-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
3rd Party Libraries
Charles Kornoelje edited this page Apr 14, 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.
- zustand-persist - Persist and rehydrate state
- simple-zustand-devtools - Inspect your zustand store in React DevTools 🐻⚛️
- zustand-store-addons - React state management addons for zustand.
- zustand-yjs - Zustand stores for Yjs structures.
- zustand-forms - fast typesafe form states as zustand stores
- zusteller - Your global state savior. "Just hooks" + zustand.
- geschichte - zustand and immer based hook to manage query parameters
- zoov - Use 🐻 Zustand with Module-like api
- mobz - zustand style mobx api
- zustand-saga - Zustand middleware for redux-saga (minus redux)
- zundo - 🍜 enable time-travel in your apps. undo/redo middleware for zustand
- zustand-middleware-computed-state - This is a dead simple middleware for adding computed state to state management library Zustand.
- shared-zustand - cross-tab state sharing for zustand