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:
csark0812 2025-05-25 17:49:21 +04:00 committed by GitHub
parent a03acc3887
commit c3dceea0e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.