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