Redux FAQ: Code Structure Table of Contents
Middleware You've seen middleware in action in the Async Actions example
compose(...functions) Composes functions from right to left. This is a functional programming utility, and is
Three Principles Redux can be described in three fundamental principles: Single source of truth
Reducers Actions describe the fact that something happened, but don't
Store In the previous sections, we defined the actions that represent the facts
subscribe(listener) Adds a change listener
getState() Returns the current state tree of
Isolating Redux Sub-Apps Consider the case of a “big” app (contained in a
Redux FAQ: Miscellaneous Table of Contents
Page 1 of 7