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