Hey everyone! π
I just released a small open-source plugin that brings time-travel state inspection and live store debugging to Zustand stores in React Native via Rozenite DevTools.
Repo: https://github.com/IronTony/rozenite-zustand-devtools
NPM: https://www.npmjs.com/package/rozenite-zustand-devtools
π What it does
This plugin adds a dedicated Zustand panel to your Rozenite DevTools:
π Real-time state inspection: see your store state update live
π§ Table & JSON views: structured key/value and raw JSON toggle
π Collapsible nested objects: explore deep state easily
π¨ Color-coded values: helpful visual cues (strings, numbers, booleans, null)
π Store filtering & timestamps: find and monitor stores efficiently
π Copy state JSON: copy formatted snapshot to clipboard
π« Production-safe: no devtools code bundled in production builds
No middleware patching, no Redux DevTools server, and no extra store setup. It works directly with Zustandβs .getState() and .subscribe() APIs.
If you find this useful, Iβd really appreciate a β star on GitHub, it helps a lot with visibility and motivation.
If you run into any issues, have feature ideas, or notice anything odd:
π Open an issue on GitHub, or
π Ping me directly on GitHub, happy to help or discuss improvements.
Feedback from real usage is exactly what Iβm looking for π

Top comments (0)