DevTools Demo
Let's learn how to debug using Redux DevTools.
We'll cover the following...
We'll cover the following...
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.
Inspect dispatched actions
The list of actions dispatched from our application is displayed on the left side of the Redux DevTools. To view the ...