Menu
Libraries |
Category

awesome-svelte-stores

  • Purpose: A curated list of useful Svelte stores to simplify state management and solve common problems elegantly.
  • Target Audience: Svelte developers looking for specialized stores to enhance their applications.

Key Categories:

  1. Browser Storage: Stores for persisting data in localStorage or sessionStorage with reactivity across tabs.

  2. Browser Navigation: Stores syncing with browser history or search params.

  3. Fetching Data: Stores for async data handling, WebSocket communication, and periodic fetching.

  4. Undo/Redo: Stores with history tracking and undo capabilities.

  5. Time-Based: Stores for debouncing, throttling, or expiring values.

  6. Upgraded Stores: Enhanced stores with additional features like get() without subscription.

  7. State Machines: Stores for finite state management.

sveltesvelte-jssveltejsawesome-list

Comments