Skip to content

Commit

Permalink
docs: add zustand-slices (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 19, 2024
1 parent e8a5256 commit bdd104a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/integrations/third-party-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This can be done using third-party libraries created by the community.
- [@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.
- [auto-zustand-selectors-hook](https://github.com/Albert-Gao/auto-zustand-selectors-hook) β€” Automatic generation of Zustand hooks with Typescript support.
- [derive-zustand](https://github.com/dai-shi/derive-zustand) β€” A function to create a derived Zustand store from other Zustand stores.
- [derive-zustand](https://github.com/zustandjs/derive-zustand) β€” A function to create a derived Zustand store from other Zustand stores.
- [geschichte](https://github.com/BowlingX/geschichte) β€” Zustand and Immer-based hook to manage query parameters.
- [leiten-zustand](https://github.com/hecmatyar/leiten-zustand) β€” Cleans your store from boilerplate for requests and data transformation.
- [mobz](https://github.com/2A5F/Mobz) β€” Zustand-style MobX API.
Expand All @@ -30,7 +30,7 @@ This can be done using third-party libraries created by the community.
- [simple-zustand-devtools](https://github.com/beerose/simple-zustand-devtools) β€” πŸ»βš›οΈ Inspect your Zustand store in React DevTools.
- [solid-zustand](https://github.com/wobsoriano/solid-zustand) β€” State management in Solid using Zustand.
- [use-broadcast-ts](https://github.com/Romainlg29/use-broadcast) β€” Zustand middleware to share state between tabs.
- [use-zustand](https://github.com/dai-shi/use-zustand) β€” Another custom hook to use Zustand vanilla store.
- [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.
Expand All @@ -48,6 +48,7 @@ This can be done using third-party libraries created by the community.
- [zustand-querystring](https://github.com/nitedani/zustand-querystring) β€” A Zustand middleware that syncs the store with the querystring.
- [zustand-rx](https://github.com/patdx/zustand-rx) β€” A Zustand middleware enabling you to subscribe to a store as an RxJS Observable.
- [zustand-saga](https://github.com/Nowsta/zustand-saga) β€” A Zustand middleware for redux-saga (minus redux).
- [zustand-slices](https://github.com/zustandjs/zustand-slices) β€” A slice utility for Zustand.
- [zustand-store-addons](https://github.com/Diablow/zustand-store-addons) β€” React state management addons for Zustand.
- [zustand-sync-tabs](https://github.com/mayank1513/zustand-sync-tabs) β€” Zustand middleware to easily sync Zustand state between tabs/windows/iframes with same origin.
- [zustand-vue](https://github.com/AwesomeDevin/zustand-vue) - State management for vue (Vue3 / Vue2) based on zustand.
Expand Down

0 comments on commit bdd104a

Please sign in to comment.