Redux FAQ Table of Contents General
applyMiddleware(...middlewares) Middleware is the suggested way to extend Redux with custom functionality. Middleware lets you wrap the store's
Migrating to Redux Redux is not a monolithic framework, but a set of contracts and a
Async Actions In the basics guide, we built a simple todo application. It was
Example: Reddit API This is the complete source code of the Reddit headline fetching example we built during the
Basics Don't be fooled by all the fancy talk about reducers, middleware, store enhancers—Redux is incredibly simple. If you've ever built a
Async Flow Without middleware, Redux store only supports
Computing Derived Data Reselect is a simple library for creating
Server Rendering The most common use case for server-side rendering is to handle the initial render when a user (or search engine crawler)
Managing Normalized Data As mentioned in Normalizing State Shape
Page 6 of 7