javascriptreactjsreduxreact-redux

Can I see the history of redux actions in my react app?


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

enter image description here


Solution

  • Just install redux-devtools as a Browser extension: redux-devtools

    It shows actions, changes in state etc etc.