docs: make link to svelte/reactivity more prominent (#16410)

pull/16411/head
Rich Harris 2 months ago committed by GitHub
parent e5e6c0cd12
commit b8b662a1ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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