dispatch(action) Dispatches an action. This
Data Flow Redux architecture revolves around a strict unidirectional data flow. This means
Redux FAQ: Actions Table of Contents
createStore(reducer, [preloadedState], [enhancer]) Creates a Redux store that holds
Store A store holds the whole state tree of your application.
Troubleshooting This is a place to share common problems and solutions to them. The examples use React, but
Ecosystem Redux is a tiny library, but its contracts and APIs are carefully chosen to spawn an ecosystem of tools and extensions.
bindActionCreators(actionCreators, dispatch) Turns an object whose values are
API Reference The Redux API surface is tiny. Redux defines a set of contracts for you to implement (such as
Refactoring Reducer Logic Using Functional Decomposition and Reducer Composition It may be helpful to see examples of what the different types
Page 3 of 7