Prerequisite Reducer Concepts As described in Reducers, a Redux reducer function:
Redux FAQ: Miscellaneous Table of Contents
Advanced In the basics walkthrough, we explored how to structure a simple Redux
Usage with React From the very beginning, we need to stress that Redux has no relation to React. You can write Redux apps with React, Angular
replaceReducer(nextReducer) Replaces the
Prior Art Redux has a mixed heritage. It is similar to some patterns and technologies, but is also different from them in important ways. We'll
Redux FAQ: React Redux Table of Contents
Reusing Reducer Logic As an application grows, common patterns in reducer logic will start to emerge. You may find several parts of your reducer
Implementing Undo History Building an Undo and Redo functionality into an app has traditionally required conscious effort from the developer
Troubleshooting This is a place to share common problems and solutions to them. The examples use React, but
Page 2 of 7