Skip to content

Instantly share code, notes, and snippets.

@webdevstar
Last active November 28, 2024 05:40
Show Gist options
  • Select an option

  • Save webdevstar/7102b14c00448bbb02f7041ea670cd85 to your computer and use it in GitHub Desktop.

Select an option

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