Redux DevTools extension for Chrome and Firefox is a development time package that provides power-ups for your Redux development workflow. Not to be confused with [tag:react-devtools] which is NOT an extension, but must be integrated into your project.
Redux DevTools extension is a development time package that provides power-ups for your redux development workflow.
- Lets you inspect every state and action payload.
- Lets you go back in time by “cancelling” actions.
- If you change the reducer code, each “staged” action will be re-evaluated.
- If the reducers throw, you will see during which action this happened, and what the error was.