Last active
November 28, 2024 05:40
-
-
Save webdevstar/7102b14c00448bbb02f7041ea670cd85 to your computer and use it in GitHub Desktop.
Use redux-devtools-extension package from npm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install --save-dev redux-devtools-extension | |
| import { devToolsEnhancer } from 'redux-devtools-extension' | |
| const Store = createStore( | |
| devToolsEnhancer(), | |
| ... | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment