You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/98-reference/21-svelte-reactivity.md
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,4 @@ title: svelte/reactivity
4
4
5
5
Svelte provides reactive versions of various built-ins like `SvelteMap`, `SvelteSet` and `SvelteURL`. These can be imported from `svelte/reactivity` and used just like their native counterparts.
6
6
7
-
```svelte
8
-
<script>
9
-
import { SvelteURL } from 'svelte/reactivity';
10
-
11
-
const url = new SvelteURL('https://example.com/path');
0 commit comments