Redux: Routers
Redux Devtools Extension
github.com/zalmoxisus/redux-devtools-extension
index.js
Debug Sessions
localhost:3000/?debug_session=logged_in
, where logged_in
is my name of debug sessions. With this you can create checkpoints / states and then you can easily go back to that state. You can easily check actual state through Redux Devtools Extension
.