svelte-persisted-state
Persist reactive values to localStorage or sessionStorage and keep it in sync.
Features
- ๐ Auto-sync to Web Storage (or opt-in manual saves)
- ๐ง Works with any JSON-serializable value
- ๐งน
cleanup() hook to dispose internal effect (outside tracking context)
- ๐ก๏ธ Safe read/write with optional
onError