In this chapter, you first learned what React is and why it makes sense to use it. Then, you learned how to set up a project with React. Next, we covered how to connect React to Redux, manually and using the official React-Redux bindings. Finally, we used all our existing knowledge to build a blog application with React and Redux.
In the next chapter, you will learn how to use Redux with Angular. The next chapter is intended for readers who are already familiar with Angular. If you are not familiar with it, or prefer using React, feel free to skip the next chapter.