React Developer Tools
Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.
Redux DevTools for debugging application's state changes.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
The extension provides power-ups for your Redux development workflow. Apart from Redux, it can be used with any other architectures which handle the state.
This is an open source project. See the official repository for more details: https://github.com/reduxjs/redux-devtools
Inspect the latest comments and rating distribution.
Store average score: 4.6. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.
Devtool for React Context and useReducer
Makes JSON easy to read
Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
LocatorJS Chrome Extension - option-click to code (ReactJS)
Devtools for Zustand, in Zustand
I discovered this extension when I was looking into using Redux for my app state. Having a graph of my app's state - and the time travelling ability to replay state changes - absolutely shocked my team when I gave a demo.
Great extension. Very helpful for debugging!
its good and useful, thanks
2.16.1 doesn't work with ngrx 7.0.0-beta.0, previous one worked.
Not work. Bag in last version!!! "You may not call store.getState() while the reducer is executing."
Tool works fine, when store lightly loaded. (less then 20k - 40k code lines). If we load more, tool are break. Also 2.16.0 crashed our project, so I use 2.15.5. Sorry for my bad english.
Плагин хороший но вот версию 2.16.0, такое впечатление, что вылажили в прод без тестирования
The update of November 27, 2018 rendered my app useless. Had to disable.
Great extension, if you are using redux, you must use this
At first I wanted to give it 5 stars, it seemed to work great... until I tried to use it in a read-world big app. Mixed up action order, initial state not being initial, many times i get prompt that there is no store available and have to refresh my page 5-6 times to make it work. I had to write my own simple middleware that would log actions simply to the console. And this is my main suggestion - please focus more on making this tool reliable, not on fancy features and appearance