Using combineReducers Core Concepts The most common state shape for a Redux app is a plain Javascript object
Reducing Boilerplate Redux is in part inspired by Flux, and the most
Migrating to Redux Redux is not a monolithic framework, but a set of contracts and a
Computing Derived Data Reselect is a simple library for creating
Normalizing State Shape Many applications deal with data that is nested or relational in nature. For example, a blog editor could have many
Initializing State There are two main ways to initialize state for your application. The createStore method can accept an optional
Splitting Up Reducer Logic For any meaningful application, putting all your update logic into a single reducer function is quickly
Server Rendering The most common use case for server-side rendering is to handle the initial render when a user (or search engine crawler)
Immutable Update Patterns The articles listed in
Managing Normalized Data As mentioned in Normalizing State Shape
Page 2 of 3