Folder Structure

Learn about folder structure lists and how a react project can be divided into different small components.

We'll cover the following...

Function-based components

Throughout this course, we’ll use a component-based approach to separate the entire React app into individual components. This will help us ...