docs: make link to svelte/reactivity more prominent

pull/16410/head
Rich Harris 2 months ago
parent b17557cd91
commit 111fb7e347

@ -119,7 +119,9 @@ class Todo {
}
```
> [!NOTE] Svelte provides reactive implementations of built-in classes like `Set` and `Map` that can be imported from [`svelte/reactivity`](svelte-reactivity).
### Built-in classes
Svelte provides reactive implementations of built-in classes like `Set`, `Map`, `Date` and `URL` that can be imported from [`svelte/reactivity`](svelte-reactivity).
## `$state.raw`

Loading…
Cancel
Save