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
Note that starting from v2.7, window.devToolsExtension was renamed to window.__REDUX_DEVTOOLS_EXTENSION__ / window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__.
Hey, I'm Steven Mercatante and I build things for the web.
I'm a full stack software engineer with over 15 years of experience building websites, mobile apps, APIs, CMSs, and ETL pipelines.
I don't know who out here needs to hear this but if you are replacing redux with "just context" without carefully considering your domain model and where it should live in the React tree you've just invented a worse redux
Hey, I'm Steven Mercatante and I build things for the web.
I'm a full stack software engineer with over 15 years of experience building websites, mobile apps, APIs, CMSs, and ETL pipelines.
One thing I'd also add about redux is the amazing tooling via the Redux DevTools.
Redux DevTools extension.
Redux DevTools Extension
Installation
1. For Chrome
extension.zipfrom last releases, unzip, openchrome://extensionsurl and turn on developer mode from top left and then click; onLoad Unpackedand select the extracted folder for usenpm i && npm run build:extensionand load the extension's folder./build/extension;npm i && npm startand load the extension's folder./dev.2. For Firefox
npm i && npm run build:firefoxand load the extension's folder./build/firefox(just select a file from inside the dir).3. For Electron
REDUX_DEVTOOLSin electron-devtools-installer.4. For other browsers and non-browser environment
Usage
1. With Redux
1.1 Basic store
…
The Redux devtools is amazing. I have nothing but good things to say about it.
I think this is fitting as well
Ha! I was wondering if I should add that to this post when I was writing it. I could've used you as an editor!
But yes, Jani makes a great point.