Hacker News new | ask | show | jobs
by prophesi 445 days ago
> A big part of the Svelte ecosystem is still using Svelte stores

Just a nitpick, with runes in Svelte 5, stores have largely become obsolete. $state, $derived, and $effect replace most of the needs people would normally use stores for.

1 comments

That's right; but a lot of packages, like Superforms, use stores.
That's fair. The major libraries I use migrated to runes even before Svelte 5 was officially released. You can use runes with Superforms[0] as any store-based API can have rune-based reactivity passed to it, but it sounds like using runes internally is a V3 milestone.

[0] https://superforms.rocks/examples?tag=runes