-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
3rd Party Libraries
gzliew edited this page Nov 8, 2021
·
17 revisions
Zustand provides bear necessities for state management which is great for most projects; however, some users wish to extend the library's feature set. This can be done using 3rd-party libraries created by the community.
Disclaimer: These libraries may have bugs, limited maintenance, or other limitations and are not officially recommended by pmndrs or the zustand maintainers. This list is to provide a good starting point for someone looking to extend zustand's feature set.
- auto-zustand-selectors-hook - Auto generate zustand hooks for you store with Typescript support
- geschichte - zustand and immer based hook to manage query parameters
- mobz - zustand style mobx api
- shared-zustand - cross-tab state sharing for zustand
- simple-zustand-devtools - Inspect your zustand store in React DevTools 🐻⚛️
- solid-zustand - Zustand state management for Solid.
- zoov - Use 🐻 Zustand with Module-like api
- zundo - 🍜 enable time-travel in your apps. undo/redo middleware for zustand
- zustand-constate - Context based state management that use the power of both zustand and constate, and remove many cons of them
- zustand-forms - fast typesafe form states as zustand stores
- zustand-middleware-computed-state - This is a dead simple middleware for adding computed state to state management library Zustand.
- zustand-middleware-xstate - This middleware allows you to easily put your xstate state machines into a global zustand store.
- zustand-middleware-yjs - Middleware for synchronizing Zustand stores with Yjs.
- zustand-persist - Persist and rehydrate state
- zustand-saga - Zustand middleware for redux-saga (minus redux)
- zustand-store-addons - React state management addons for zustand.
- zustand-yjs - Zustand stores for Yjs structures.
- zusteller - Your global state savior. "Just hooks" + zustand.
- zustood - 🐻❄️ A modular store factory using zustand
- zustand-rx - Zustand middleware with Rxjs