Roundup of Resources For Learning Redux.js

last updated: Jul 15th, 2016

Redux.js is quickly becoming the go-to javascript state-management library to pair with React.js. What is it and how can you learn more about it?

Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments, and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.
-- redux.js.org

Here is a list of resources that I found useful when I was learning Redux.js:

Redux can be really confusing when you're just starting. I was in your shoes once. But now I know it well. You could save a lot of time by avoiding the mistakes I made.

Sign up on my email list where I write about Redux and related web development topics.