A Svelte 5 + Vite example demonstrating StateLoom state management with the Svelte store contract.
- Counter --
signal+computedviatoWritable/toReadablewith$-syntax - TodoList --
createStorewithdevtoolsandpersistmiddleware viatoReadable - UserProfile --
atom+derivedcomposition viatoReadable - ProxyState --
observable+snapshotfor mutable state withsubscribe
pnpm install
pnpm --filter example-svelte-vite dev