diff --git a/docs/integrations/3rd-party-libraries.md b/docs/integrations/3rd-party-libraries.md index 589437f27f..e9a3565b47 100644 --- a/docs/integrations/3rd-party-libraries.md +++ b/docs/integrations/3rd-party-libraries.md @@ -11,11 +11,13 @@ Zustand provides bear necessities for state management which is great for most p - [@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) - Auto generate zustand hooks for you store with Typescript support +- [derive-zustand](https://github.com/dai-shi/derive-zustand) - A function to create a derived Zustand store from stores - [geschichte](https://github.com/BowlingX/geschichte) - zustand and immer based hook to manage query parameters - [mobz](https://github.com/2A5F/Mobz) - zustand style mobx api - [shared-zustand](https://github.com/Tom-Julux/shared-zustand) - cross-tab state sharing for zustand - [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) - Zustand state management for Solid. +- [use-zustand](https://github.com/dai-shi/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) - Use 🐻 Zustand with Module-like api - [zundo](https://github.com/charkour/zundo) - 🍜 enable time-travel in your apps. undo/redo middleware for zustand