DEV Community

Discussion on: Should You Learn Redux?

Collapse
 
nickytonline profile image
Nick Taylor

One thing I'd also add about redux is the amazing tooling via the Redux DevTools.

GitHub logo zalmoxisus / redux-devtools-extension

Redux DevTools extension.

Redux DevTools Extension

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

Demo

Installation

1. For Chrome

2. For Firefox

3. For Electron

4. For other browsers and non-browser environment

Usage

Note that starting from v2.7, window.devToolsExtension was renamed to window.__REDUX_DEVTOOLS_EXTENSION__ / window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__.

1. With Redux

1.1 Basic store

Collapse
 
mercatante profile image
Steven Mercatante

The Redux devtools is amazing. I have nothing but good things to say about it.

Collapse
 
nickytonline profile image
Nick Taylor

I think this is fitting as well

Collapse
 
mercatante profile image
Steven Mercatante

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.