Reducing Boilerplate Redux is in part inspired by Flux, and the most
Introduction Motivation
combineReducers(reducers) As your app grows more complex, you'll want to split your
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.
Usage with React Router So you want to do routing with your Redux app. You can use it with
Actions First, let's define some actions. Actions are payloads of information that send data
Recipes These are some use cases and code snippets to get you started with Redux in a real app. They assume you understand the topics in
Motivation As the requirements for JavaScript single-page applications have become increasingly complicated, our code must manage more
Examples Redux is distributed with a few examples in its
Basic Reducer Structure and State Shape Basic Reducer Structure First and foremost, it's important to understand
Page 4 of 7