Motivation As the requirements for JavaScript single-page applications have become increasingly complicated, our code must manage more
Introduction Motivation
Redux FAQ: General Table of Contents
Basic Reducer Structure and State Shape Basic Reducer Structure First and foremost, it's important to understand
Redux FAQ: Reducers Table of Contents
Examples Redux is distributed with a few examples in its
combineReducers(reducers) As your app grows more complex, you'll want to split your
Usage with React Router So you want to do routing with your Redux app. You can use it with
Writing Tests Because most of the Redux code you write are functions, and many of them are pure, they are easy to test without mocking.
Actions First, let's define some actions. Actions are payloads of information that send data
Page 4 of 7