Basic Reducer Structure and State Shape Basic Reducer Structure First and foremost, it's important to understand
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
Computing Derived Data Reselect is a simple library for creating
Migrating to Redux Redux is not a monolithic framework, but a set of contracts and a
Server Rendering The most common use case for server-side rendering is to handle the initial render when a user (or search engine crawler)
Splitting Up Reducer Logic For any meaningful application, putting all your update logic into a single reducer function is quickly
Structuring Reducers At its core, Redux is really a fairly simple design pattern: all your "write" logic goes into a single function, and the
Initializing State There are two main ways to initialize state for your application. The createStore method can accept an optional
Managing Normalized Data As mentioned in Normalizing State Shape
Immutable Update Patterns The articles listed in
Page 2 of 3