Chapter 12. Refining Your Flux Apps with Redux
The preceding chapter walked you through the implementation of a full-fledged React application built on top of a Flux architecture. In this chapter, you'll make some modifications to this app so that it uses the Redux library to implement the Flux architecture. Here's how this chapter is organized:
- A brief overview of Redux
- Implementing reducer functions that control state
- Building Redux action creators
- Connecting components to Redux stores
- The Redux entry point into your application's state