Store In the previous sections, we defined the actions that represent the facts
compose(...functions) Composes functions from right to left. This is a functional programming utility, and is
subscribe(listener) Adds a change listener
Reducers Actions describe the fact that something happened, but don't
Middleware You've seen middleware in action in the Async Actions example
getState() Returns the current state tree of
Three Principles Redux can be described in three fundamental principles: Single source of truth
Redux FAQ: Code Structure Table of Contents
Advanced In the basics walkthrough, we explored how to structure a simple Redux
Redux FAQ: React Redux Table of Contents
Page 1 of 7