Table of Contents Introduction Quick Start: adding React Redux to a React todo app Basic Tutorial Using React Redux Connect: Extracting Data with mapStateToProps API <Provider store> connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options]) connectAdvanced(selectorFactory, [connectOptions]) Troubleshooting