DevTools Demo

Let's learn how to debug using Redux DevTools.

Launch DevTools

To open the browser developer tool, right-click the browser window and choose the “Inspect” option. Next, select the “Redux” tab to launch the Redux DevTools.

Press + to interact
Redux DevTools tab in the browser
Redux DevTools tab in the browser

Inspect dispatched actions

The list of actions dispatched from our application is displayed on the left side of the Redux DevTools. To view the ...