Skip to content

Instantly share code, notes, and snippets.

@webdevstar
Last active November 9, 2018 02:14
Show Gist options
  • Save webdevstar/7102b14c00448bbb02f7041ea670cd85 to your computer and use it in GitHub Desktop.
Save webdevstar/7102b14c00448bbb02f7041ea670cd85 to your computer and use it in GitHub Desktop.
Use redux-devtools-extension package from npm
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