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-appjotai-devtoolshook-is-all-you-needmattermost-redux@wamana/core@vteam_components/redux@xams-framework/dusk@ultracommerce/cra-template-ultra-commerce-storefront@uxf/cms@zalastax/nolb-_redadminjsadminjs-testaurelia-shop-adminaurelia-storearvest-mvextended-webchat-widgetfedifox@botpress/webchat@bpinternal/extended-webchat-widgetcra-template-web-dev-startercreate-react-app-tscra-template-rearcreate-z0-appbotframework-webchat-corebigwin-posdmkachko-angular-reduxsoulx-lib-adminjsw3-react-reduxw3-reduxuse-reducer-devtoolsmiradormirador-knaw-huc-mui5mirador-videonanostores-toolsreact-native-rainbow-modulerossery-formreact-boilerplate-starterredux-connectedredux-connected-devtoolsremesh-redux-devtoolsreact-pagesnextjs-redux-pwa-boilerplatenextjs-templatenova-samples-frontendreact-redux-plus@cranium/resource@cody-io/local-client@columbia-libraries/mirador@edx/frontend-component-authn-edx@devforth/adminjs@dka-react-ui/table-crud@dkaframework/react@elumeo/jfs-core@fedhabank/web-objects@gpti/store-base@gpti/store-iso@greg-online-editor/local-client@groksmith/mychoice-sdk-store@igpt/store-foram@healthhero/traversal-redux@geourjoa/mirador-r18@gdi/store-base@gdi/store-iso@mychoice/mychoice-sdk-store@rh-support/troubleshoot@storozhok/adminjs@stijnvanhulle/components@kordar/easyui-tpl@modern-js-reduck/plugin-devtools@plone/volto@pocket-studio/local-client@sassoftware/va-report-components@leaddreamer/enhancedredux@leaddreamer/pricingbrowser@leaddreamer/tufbrowser@spinny-template/create-spinny-mfe@shopgate/pwa-common@nakamura196/mirador@sloyd/store-base@makeswift/runtime@slash-copilot/jotai-devtools
3.3.0

2 years ago

3.2.6

2 years ago

3.2.5

3 years ago

3.2.4

3 years ago

3.2.3

3 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

3.0.0-rc.1

4 years ago