In this chapter, you learned about the benefits of testing, and the frameworks you can use to cover your React components with tests.
You learned how to implement and test components and events with Enzyme, how to use the Jest coverage, and how to use React and Redux Dev Tools.
It is important to bear in mind common solutions when it comes to testing complex components, such as higher-order components or forms with multiples nested fields.
In the next chapter, you will learn about how to implement routes in your application using React Router.