Skip to content

Commit

Permalink
doc: Added zustand-interval-persist to third party (#2636)
Browse files Browse the repository at this point in the history
* doc:  Added zustand-interval-persist to third party

* doc: added zustand-interval-persist to third party in alphabetical order.

* doc: re-arranged zustand-interval-persist order, zundo and zukeeper
  • Loading branch information
YashChauhan858 committed Jul 8, 2024
1 parent cde0bda commit 0bdf95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/third-party-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This can be done using third-party libraries created by the community.
- [@colorfy-software/zfy](https://colorfy-software.gitbook.io/zfy/) β€” 🧸 Useful helpers for state management in React with Zustand.
- [@davstack/store](https://www.npmjs.com/package/@davstack/store) β€” A zustand store factory that auto generates selectors with get/set/use methods, supports inferred types, and makes global / local state management easy.

- [@dhmk/zustand-lens](https://github.com/dhmk083/dhmk-zustand-lens) β€” Lens support for Zustand.
- [@liveblocks/zustand](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-zustand) β€” Liveblocks middleware to make your application multiplayer.
- [@prncss-xyz/zustand-optics](https://github.com/prncss-xyz/zustand-optics) β€” An adapter for [optics-ts](https://github.com/akheron/optics-ts).
Expand All @@ -35,15 +34,16 @@ This can be done using third-party libraries created by the community.
- [use-zustand](https://github.com/zustandjs/use-zustand) β€” Another custom hook to use Zustand vanilla store.
- [vue-zustand](https://github.com/wobsoriano/vue-zustand) β€” State management solution for Vue based on Zustand.
- [zoov](https://github.com/InfiniteXyy/zoov) β€” State management solution based on Zustand with Module-like API.
- [zundo](https://github.com/charkour/zundo) β€” 🍜 Undo and redo middleware for Zustand, enabling time-travel in your apps.
- [zukeeper](https://github.com/oslabs-beta/Zukeeper) - Native devtools with state and action tracking, diffing, tree display, and time travel
- [zundo](https://github.com/charkour/zundo) β€” 🍜 Undo and redo middleware for Zustand, enabling time-travel in your apps.
- [zustand-ards](https://github.com/ivoilic/zustand-ards) - πŸ’ Simple opinionated utilities for example alternative selector formats and default shallow hooks
- [zustand-computed](https://github.com/chrisvander/zustand-computed) β€” A Zustand middleware to create computed states.
- [zustand-computed-state](https://github.com/yasintz/zustand-computed-state) β€” Simple middleware to add computed states.
- [zustand-constate](https://github.com/ntvinhit/zustand-constate) β€” Context-based state management based on Zustand and taking ideas from Constate.
- [zustand-context](https://github.com/fredericoo/zustand-context) β€” Create a zustand store in React Context, containing an initial value, or use it in your components with isolated, mockable instances.
- [zustand-di](https://github.com/charkour/zustand-di) - use react props to init zustand stores
- [zustand-forms](https://github.com/Conduct/zustand-forms) β€” Fast, type safe form states as Zustand stores.
- [zustand-interval-persist](https://www.npmjs.com/package/zustand-interval-persist) β€” An enhancement for zustand that enables automatic saving of the store's state to the specified storage at regular interval.
- [zustand-middleware-computed-state](https://github.com/cmlarsen/zustand-middleware-computed-state) β€” A dead simple middleware for adding computed state to Zustand.
- [zustand-middleware-xstate](https://github.com/biowaffeln/zustand-middleware-xstate) β€” A middleware for putting XState state machines into a global Zustand store.
- [zustand-middleware-yjs](https://github.com/joebobmiles/zustand-middleware-yjs) β€” A middleware for synchronizing Zustand stores with Yjs.
Expand Down

0 comments on commit 0bdf95f

Please sign in to comment.