mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
Add zustand-expo-devtools to third-party middleware list (#3135)
* Add zustand-expo-devtools to third-party middleware list Wrote a dev plugin that allows for full connection between zustand state and redux devtools! * ordered alphabetically
This commit is contained in:
parent
a03acc3887
commit
c3dceea0e1
@ -15,6 +15,7 @@ This can be done using third-party libraries created by the community.
|
||||
> for someone looking to extend Zustand's feature set.
|
||||
|
||||
- [@colorfy-software/zfy](https://colorfy-software.gitbook.io/zfy/) — 🧸 Useful helpers for state management in React with Zustand.
|
||||
- [@csark0812/zustand-expo-devtools](https://github.com/csark0812/zustand-expo-devtools) — 🧭 Connect Zustand to Redux DevTools in Expo + React Native using the official Expo DevTools plugin system.
|
||||
- [@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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user