Installing Redux DevTools Extension
In this lesson we will add the Redux DevTools Extension to the browser to debug a Redux application.
For Chrome, we will download and install it from the provided link.
RTK-The configureStore function we used in the last lesson not only creates the store, but also automatically configures the React DevTools Extension so we don't have to do anything else.
Of course, if we now run our project and enable the Redux DevTools Extension by clicking on the icon in the extensions, we will see practically nothing yet, since we have not yet created states and logic in the application.
Install the Redux DevTools Extension for your browser. Make sure everything works.