How can I view the history of all redux actions that changed the state of my app? Can it be viewed with a bash command, or in Google Chrome dev tools?
The screenshot of the thing I wanna see is below
Just install redux-devtools as a Browser extension: redux-devtools
It shows actions, changes in state etc etc.