Implementing Undo History Building an Undo and Redo functionality into an app has traditionally required conscious effort from the developer
Reusing Reducer Logic As an application grows, common patterns in reducer logic will start to emerge. You may find several parts of your reducer
Advanced In the basics walkthrough, we explored how to structure a simple Redux
Isolating Redux Sub-Apps Consider the case of a “big” app (contained in a
Redux FAQ: Miscellaneous Table of Contents
Redux FAQ: React Redux Table of Contents
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
Prerequisite Reducer Concepts As described in Reducers, a Redux reducer function:
replaceReducer(nextReducer) Replaces the
API Reference The Redux API surface is tiny. Redux defines a set of contracts for you to implement (such as
Page 2 of 7