Managing state in an application is critical, and is often done haphazardly. Redux provides a state container for JavaScript applications that will help your applications behave consistently.
Redux is an evolution of the ideas presented by Facebook’s Flux, avoiding the complexity found in Flux by looking to how applications are built with the Elm language.
“Getting Started with Redux” is a free set of video tutorials by the Redux author, Dan Abramov, himself on working with Redux. I found these very easy to follow and understand.
There’s also a follow-up set entitled “Building React Applications with Idiomatic Redux”
Egghead.io: Getting Started with Redux →
Egghead.io: Building React Applications with Idiomatic Redux →
Leave a comment