applyMiddleware(...middlewares) Middleware is the suggested way to extend Redux with custom functionality. Middleware lets you wrap the store's
Computing Derived Data Reselect is a simple library for creating
Example: Todo List This is the complete source code of the tiny todo app we built during the
Managing Normalized Data As mentioned in Normalizing State Shape
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
Async Actions In the basics guide, we built a simple todo application. It was
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
Page 6 of 7