Params State Manager
"An unofficial nuqs port for Svelte:
nuqs-svelteis a type-safe search params state manager for Svelte. Like$state(), but stored in the URL query string."
- ๐ Supports SvelteKit, and custom routers via adapters
- ๐งโ๏ธ Simple: the URL is the source of truth
- ๐ฐ Replace history or append to use the Back button to navigate state updates
- โก๏ธ Built-in parsers for common state types (integer, float, boolean, Date, and more). Create your own parsers for custom types & pretty URLs
- โ๏ธ Related querystrings with
useQueryStates- ๐ก Shallow mode by default for URL query updates