Svelte
@svelte.dev
6.9K followers
1 following
52 posts
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
Posts
Media
Videos
Starter Packs
Svelte
@svelte.dev
· 14d
Ben McCann
@benmccann.com
· 16d
feat: async SSR by Rich-Harris · Pull Request #14447 · sveltejs/kit
This adds asynchronous SSR to an app that's using the latest version of Svelte (^5.39.3) and has opted in to the Svelte experimental.async option (and, ideally, the SvelteKit experimental.remot...
github.com
Svelte
@svelte.dev
· 14d
Reposted by Svelte
Svelte
@svelte.dev
· 29d
Svelte
@svelte.dev
· 29d
Anatomy of a Billion-Download NPM Supply-Chain Attack
A massive NPM supply chain attack has compromised foundational packages like Chalk, affecting over 1 billion weekly downloads. We dissect the crypto-stealing malware and show you how to protect your p...
jdstaerk.substack.com
Svelte
@svelte.dev
· 29d
Reposted by Svelte
Reposted by Svelte
Svelte Society
@sveltesociety.dev
· Apr 29
Asynchronous Svelte · sveltejs svelte · Discussion #15845
This is a long document; get yourself a cup of tea. tl;dr You can now use the await keyword in Svelte — in your <script>, inside $derived expressions, and in your markup — by installing the async b...
github.com
Svelte
@svelte.dev
· Mar 31
Reposted by Svelte
Reposted by Svelte
rich harris
@rich-harris.dev
· Mar 7
fix: on teardown, use the last known value for the signal before the set by trueadm · Pull Request #15469 · sveltejs/svelte
PSA: we are changing how effect teardowns work!
Today, if you read some state inside a teardown function, you get the latest state:
$effect(() => {
const prev = value;
return () => {
...
github.com
Reposted by Svelte
Svelte Society
@sveltesociety.dev
· Feb 14
Reposted by Svelte