Redux DevTools 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.
It's an opensource project. See the official repository for more details. Install
- License: MIT License
- Weekly downloads: 1023
- Average daily users: 49535
- Rating: 4.6829/5 of 123 ratings
- Created: 2016-07-16 10:52:27
- Last updated: 2023-03-13 09:11:54
- Homepage: https://github.com/reduxjs/redux-devtools
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/reduxdevtools/
- API: extension@redux.devtools