3.3.0 • Published 2 years ago

@redux-devtools/extension v3.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Redux DevTools Extension's helper

Join the chat at https://gitter.im/zalmoxisus/redux-devtools-extension

Usage

Install:

yarn add @redux-devtools/extension

and use like that:

import { createStore, applyMiddleware } from 'redux';
import { composeWithDevTools } from '@redux-devtools/extension';

const store = createStore(
  reducer,
  composeWithDevTools(
    applyMiddleware(...middleware),
    // other store enhancers if any
  ),
);

or if needed to apply extension’s options:

import { createStore, applyMiddleware } from 'redux';
import { composeWithDevTools } from '@redux-devtools/extension';

const composeEnhancers = composeWithDevTools({
  // Specify here name, actionsDenylist, actionsCreators and other options
});
const store = createStore(
  reducer,
  composeEnhancers(
    applyMiddleware(...middleware),
    // other store enhancers if any
  ),
);

There are just a few lines of code. If you don’t want to allow the extension in production, just use composeWithDevToolsDevelopmentOnly instead of composeWithDevTools.

License

MIT

@leaddreamer/esbrowsertest-bin-he@infinitebrahmanuniverse/nolb-_redu@plateer/create-x2bee-appre-xtatevector-cpq-js@everything-registry/sub-chunk-771ra-miradorweb-ui-depsweb-cp-vbstore-foramsplitwise-app@dkaframework/react@columbia-libraries/mirador@devforth/adminjs@botpress/webchat@bpinternal/extended-webchat-widgetjotai-devtoolssoulx-lib-adminjs@cody-io/local-client@cranium/resourcew3-react-reduxw3-reduxuse-reducer-devtools@fedhabank/web-objects@greg-online-editor/local-client@groksmith/mychoice-sdk-store@healthhero/traversal-redux@igpt/store-foram@edx/frontend-component-authn-edx@gdi/store-base@gdi/store-iso@gpti/store-base@gpti/store-iso@geourjoa/mirador-r18@leaddreamer/tufbrowser@leaddreamer/enhancedredux@leaddreamer/pricingbrowser@mychoice/mychoice-sdk-store@nakamura196/mirador@modern-js-reduck/plugin-devtools@makeswift/runtime@plone/volto@sassoftware/va-report-components@pocket-studio/local-client@slash-copilot/jotai-devtools@spinny-template/create-spinny-mfe@rh-support/troubleshootmiradormirador-knaw-huc-mui5mirador-videonanostores-toolsreact-native-rainbow-modulerossery-formreact-boilerplate-starterredux-connectedredux-connected-devtoolsremesh-redux-devtoolsreact-pagesnextjs-redux-pwa-boilerplatenextjs-templatenova-samples-frontendreact-redux-plushook-is-all-you-needmattermost-redux@wamana/core@vteam_components/redux@xams-framework/dusk@ultracommerce/cra-template-ultra-commerce-storefront@uxf/cms@zalastax/nolb-_red@storozhok/adminjs@stijnvanhulle/componentsadminjsadminjs-testaurelia-shop-adminaurelia-storearvest-mvcra-template-web-dev-startercreate-react-app-tscra-template-rearcreate-z0-appbotframework-webchat-corebigwin-posdmkachko-angular-reduxextended-webchat-widgetfedifox
3.3.0

2 years ago

3.2.6

2 years ago

3.2.5

2 years ago

3.2.4

2 years ago

3.2.3

3 years ago

3.2.2

3 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

3.0.0-rc.1

4 years ago