
Redux DevTools is a live-editing time travel environment for Redux. Features: * inspect every state and action payload * go back in time by “cancelling†actions * if the reducer code change, each “staged†action will be re-evaluated * if the reducers throw, one can see during which action this happened, and what the error was * with `persistState()` store enhancer, one can persist debug sessions across page reloads