Inspect and modify application state in real-time. Time-travel through state changes. Debug complex workflows visually.
View your entire application state in a searchable tree view.
Modify state values in real-time and see your UI update instantly.
Step forward and backward through state changes.
See exactly what changed between state updates.
Export state snapshots for debugging or test fixtures.
Load saved state to reproduce bugs instantly.
DevConsole complements Redux DevTools. Use Redux DevTools for action inspection, use DevConsole for broader debugging including APIs, auth, and cross-cutting state.
DevConsole works at the application level, so it supports Redux, Zustand, Jotai, Recoil, XState, and any other state management solution.
Yes! Export state as JSON and share with teammates to reproduce bugs. Import state to instantly recreate any app condition.
Explore more DevConsole capabilities