In this chapter, we have migrated our code to use Redux to manage our state. Having a single state store makes things much easier to manage and maintain.
We have now finished our mini-tour of the front-end world. In the next chapter, we will look at how to use Docker to containerize our applications and make each service more independent and self-contained.