Middleware You've seen middleware in action in the Async Actions example
Redux FAQ: Code Structure Table of Contents
Store In the previous sections, we defined the actions that represent the facts
Three Principles Redux can be described in three fundamental principles: Single source of truth
subscribe(listener) Adds a change listener
Reducers Actions describe the fact that something happened, but don't
compose(...functions) Composes functions from right to left. This is a functional programming utility, and is
getState() Returns the current state tree of
Beyond combineReducers The combineReducers utility included with Redux is very useful, but is deliberately limited to handle a
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
Page 1 of 7