- React Cookbook
- Carlos Santana Roldan
- 59字
- 2021-07-16 17:49:35
How it works...
This new structure will give us more flexibility to group our React components smartly. With this new structure, we are going to be able to create sub-components, if we need them, and that is very important when developing complex applications with React.
In the next recipes, we will see how to share components in our application.