pledw.blogg.se

Chrome extension store
Chrome extension store




chrome extension store

Support us with a monthly donation and help us continue our activities. See integrations and the blog post for more details on how to use the extension with any architecture.

chrome extension store

1.5 For React Native, hybrid, desktop and server side Redux appsįor React Native we can use react-native-debugger, which already included the same API with Redux DevTools Extension.įor most platforms, include Remote Redux DevTools's store enhancer, and from the extension's context menu choose 'Open Remote DevTools' for remote monitoring. If you don’t want to allow the extension in production, just use redux-devtools-extension/developmentOnly. If you're already checking _ENV when creating the store, include redux-devtools-extension/logOnly for production environment. If you use create-react-app, it already does it for you. You'll have to add '_ENV': JSON.stringify('production') in your Webpack config for the production bundle ( to envify). middleware ), // other store enhancers if any ) ) Import ) const store = createStore ( reducer, /* preloadedState, */ composeEnhancers ( applyMiddleware (. Note that starting from v2.7, vToolsExtension was renamed to window._REDUX_DEVTOOLS_EXTENSION_ / window._REDUX_DEVTOOLS_EXTENSION_COMPOSE_. For other browsers and non-browser environment just specify REDUX_DEVTOOLS in electron-devtools-installer.Ĥ.build/firefox (just select a file from inside the dir). or build it with npm i & npm run build:firefox and load the extension's folder.or run it in dev mode with npm i & npm start and load the extension's folder.or build it with npm i & npm run build:extension and load the extension's folder.or download extension.zip from last releases, unzip, open chrome://extensions url and turn on developer mode from top left and then click on Load Unpacked and select the extracted folder for use.⚠️ ⚠️ ⚠️ 🚨 🚨 🚨 ⚠️ ⚠️ ⚠️ This repo is no longer the home of the redux-devtools-extension.






Chrome extension store