17. Store dev tools
In this section we will introduce the awesome store dev tools for Chrome and other mediums.
Last updated
In this section we will introduce the awesome store dev tools for Chrome and other mediums.
Last updated
https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en
npm install the store dev tools that expose our reducers to the chrome extension.
Register the StoreDevtoolsModule
in our AppModule
.
Name our app in the config to know which app we are dealing with in the browser extension.
Also disable all the expensive compute and memory heavy functions of the devtools when we are in production to only allow logging.