Svelte
@svelte.dev
Web development for the rest of us. See also:
- community: @sveltesociety.dev
- starter pack: https://bsky.app/starter-pack/did:plc:nlvjelw3dy3pddq7qoglleko/3l6ucetngs423
- feed: https://bsky.app/profile/paolo.ricciuti.me/feed/svelte-feed
- community: @sveltesociety.dev
- starter pack: https://bsky.app/starter-pack/did:plc:nlvjelw3dy3pddq7qoglleko/3l6ucetngs423
- feed: https://bsky.app/profile/paolo.ricciuti.me/feed/svelte-feed
Day 20 — Vim mode! You can enable it in the playground and tutorial and it will remember your preference between visits. Don't worry, you can always quit by turning it off again (or closing the tab)
🎁 svelte.dev/playground
🎁 svelte.dev/playground
December 20, 2024 at 2:21 PM
Day 20 — Vim mode! You can enable it in the playground and tutorial and it will remember your preference between visits. Don't worry, you can always quit by turning it off again (or closing the tab)
🎁 svelte.dev/playground
🎁 svelte.dev/playground
Day 18 — we've upgraded the playground so you can better understand how the compiler transforms your code. We plan to use this tool ourselves to improve the sourcemaps that Svelte generates
🎁 svelte.dev/playground
🎁 svelte.dev/playground
December 18, 2024 at 2:22 PM
Day 18 — we've upgraded the playground so you can better understand how the compiler transforms your code. We plan to use this tool ourselves to improve the sourcemaps that Svelte generates
🎁 svelte.dev/playground
🎁 svelte.dev/playground
Day 17 — until today, intellisense would often fail when you were in the middle of writing components, because Svelte's parser crashed on syntax errors.
We just fixed that. Install svelte@latest, make sure your extensions are up to date, and feel the wind in your hair as you write your components
We just fixed that. Install svelte@latest, make sure your extensions are up to date, and feel the wind in your hair as you write your components
December 17, 2024 at 4:16 PM
Day 17 — until today, intellisense would often fail when you were in the middle of writing components, because Svelte's parser crashed on syntax errors.
We just fixed that. Install svelte@latest, make sure your extensions are up to date, and feel the wind in your hair as you write your components
We just fixed that. Install svelte@latest, make sure your extensions are up to date, and feel the wind in your hair as you write your components
Day 14 — if you need to programmatically mount and unmount a component, you can now pass an `outro: true` option to `unmount` to play transitions before it is removed from the DOM
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/a...
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/a...
December 14, 2024 at 2:35 PM
Day 14 — if you need to programmatically mount and unmount a component, you can now pass an `outro: true` option to `unmount` to play transitions before it is removed from the DOM
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/a...
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/a...
Day 6 — we now have modern state-based Spring and Tween classes for adding motion to your UI, replacing the `spring`/`tweened` stores of old. Smooth!
🎁 tutorial svelte.dev/tutorial/sve...
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/8...
🎁 tutorial svelte.dev/tutorial/sve...
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/8...
December 6, 2024 at 3:21 PM
Day 6 — we now have modern state-based Spring and Tween classes for adding motion to your UI, replacing the `spring`/`tweened` stores of old. Smooth!
🎁 tutorial svelte.dev/tutorial/sve...
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/8...
🎁 tutorial svelte.dev/tutorial/sve...
🎁 docs svelte.dev/docs/svelte/...
🎁 demo svelte.dev/playground/8...
Day 5 — it's a three-in-one kind of day! `new MediaQuery(...)` lets you use media queries reactively. prefersReducedMotion is an instance of MediaQuery that makes it easier to respect users' accessibility preferences
- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!
- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!
December 5, 2024 at 3:53 PM
Day 5 — it's a three-in-one kind of day! `new MediaQuery(...)` lets you use media queries reactively. prefersReducedMotion is an instance of MediaQuery that makes it easier to respect users' accessibility preferences
- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!
- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!