Redux Dev Tools

Redux Dev Tools

DevTools for Redux with hot reloading, action replay

5.0
1 review

0 followers

Developer Tools to power-up Redux development workflow or any other architecture which handles the state change. It can be used as a browser extension (for Chrome and Firefox), as a standalone app or as a React component integrated in the client app.
Redux Dev Tools gallery image
Redux Dev Tools gallery image
Launch tags:
Developer Tools
Launch Team

What do you think? …

Alex Sharp
Discovered Redux dev tools recently and am finding it to be as, if not more, useful than react dev tools. A few of the things you get: - An inspectable timeline of every action dispatched by the store - A state diff for each action. e.g. How each action changed the state object - A full state inspector - A test generator