Getting Ready

Using Google Chrome, you have to install both extensions:

Also, you need to install the redux-devtools-extension package:

npm install --save-dev redux-devtools-extension

Once you've installed React Developer Tools and Redux DevTools, you need to configure them.

If you try to use Redux DevTools directly, it won't work; this is because we need to pass the composeWithDevTools method into our Redux store, this should be our configureStore.js file:

  // Dependencies  import { createStore, applyMiddleware ...

Get React Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.