Recap

In this lesson, we the chapter focused on keeping code organized, testing, as well as useful tools for debugging a React application.

We'll cover the following...

The chapter focused on keeping code organized in a scaling application. We covered the best practices for structuring your folders and files. We also covered testing, an important practice to keep source code robust, as well as useful ...

Ask