In this chapter, we'll go step by step through the process of adding Redux to our app. We'll cover the following recipes:
- Installing Redux and preparing our project
- Defining actions
- Defining reducers
- Setting up the store
- Communicating with a remote API
- Connecting the store to the views
- Storing offline content using Redux
- Showing network connectivity status