Redux Devtools - olemak/themebuilder GitHub Wiki

This app supports the fabolous Redux Dev Tools.

There are great browser plugins for this:

Redux Dev Tools for Chrome

Redux Dev Tools for Firefox

Availability of Redux Dev Tools and settings for it is located in \src\app.js

OMG, why is the Redux Dev Tools available in prod? Isn't that, like, a massive security flaw?

Actually, no, it isn't.

It does no harm at all.

Longer answer is here:

Using Redux DevTools in production

However, if we did decide to remove or tweak the devtools in different environments, it would make sense to use the official npm module for it: redux-devtools-extension

Note the last line in the npm description:

If you don’t want to allow the extension in production, just use ‘redux-devtools-extension/developmentOnly’ instead of ‘redux-devtools-extension’.