2.13.9 • Published 3 years ago

redux-devtools-extension v2.13.9

Weekly downloads
901,064
License
MIT
Repository
github
Last release
3 years ago

Redux DevTools Extension's helper

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

Usage

Install:

npm install --save 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, actionsBlacklist, actionsCreators and other options
});
const store = createStore(
  reducer,
  composeEnhancers(
    applyMiddleware(...middleware)
    // other store enhancers if any
  )
);

There’re just few lines of code. If you don’t want to allow the extension in production, just use ‘redux-devtools-extension/developmentOnly’ instead of ‘redux-devtools-extension’.

License

MIT

@mindbox/frontend@preply/chat@plone/voltoafg-ikea-react-boilerplate@applicaster/zapp-react-native-redux@axa-ch/pod-kmu-20danyarubcov@alstradocs/event-servicereact-ts-webpackredux-saga-easiernext-packagesrainbow-rn-library-v1@wildberries/content-redux-ui-modulemj_react@fsl0110/rui.ae-explorerpowersports_exporui.cra-setupmf_nslogintrading-panel-redux-storevk-ui_plugin-integrationsdashboard-access-libraryvk-ui_plugin-loginflowbuilder-testec-productcatalog-frontenddokkiapp-campus@reduxjs/redux-toolkitta-tmr-tracker-femagoot-sdkspr-aero-widget-accordionzing-forms-alphapxd-react-starterdcg-direct-purchase@dmsi-agility/providers@pipeliner/uisdk-magoot@staytuned_io/sdk@eaze/signupbadimihai-react-redux-boilerplateprepos@testing4638/reduxmirador-biblissimaspotto-locationsspotto-searchspotto-walkershelf-app-agent-assist@plurid/manual-reactreduxi@alstradocs/eventcomment-box-appgraasp-insightsxr3-clientfsa-dux@kafka-penguin/kafka-penguinbetter-cal-componentdtrf_formfxs-signals-chipreact-immo-statisticrete-two-editortwintwoo-editordummy-news-mbcaptain-dashboardsperiscope-dashboard@mxnelles/3danim-mnelleslexml-eta-teste15react-demo-todoscra-template-pxd@tomasmoosee/renderer@tomasmoosee/shared@tomasmoosee/widget-editorstadtenergiechinese-miradorabyss-ui@apreto/reactlexml-eta-teste26@echidna/uireact-create-storereax-helpers@deomitrus/hyperapp-redux-devtools@usemarkup/markup-text-editor@jll-tdim-emea/web-uilib-task-modsenlib-task-toastlibtoastlibtoast-testlibtoasttest-modmodernizacion_componentestoast-lib-task-modsensingle-patient-view-uidocusaurus-theme-openapi-docs-slashid@sana-ru/provider-search-renderstudio-frontend-viprogram_leader_portal_pyshopping-cart-mvvm-ts-reduxshopping-cart-mvvm-ts-redux-test1shopping-cart-mvvm-ts-redux-v3my-shopping-apptemp-condd-app-core@enjoytech/enjoy-integration@infinitebrahmanuniverse/nolb-redux-d
2.13.9

3 years ago

2.13.8

5 years ago

2.13.7

5 years ago

2.13.6

5 years ago

2.13.5

6 years ago

2.13.4

6 years ago

2.13.3

6 years ago

2.13.2

7 years ago

2.13.1

7 years ago

2.13.0

7 years ago

2.0.0

7 years ago

2.12.2

7 years ago

1.0.0

8 years ago

1.0.0-beta-3

8 years ago

1.0.0-beta-2

8 years ago

1.0.0-beta-1

8 years ago

1.0.0-alpha-4

8 years ago

1.0.0-alpha-3

8 years ago

1.0.0-alpha-2

8 years ago

1.0.0-alpha-1

8 years ago

0.0.1-alpha-1

8 years ago