Thinking in Components - OpenTechConsult/todo-app GitHub Wiki
Thinking in Components
![React App Component Structure])
React put everything in the user interface into a self-contained component that really organizes the application. In the figure above we have an application a basic Todo App similar to what we will be building. We can see the different components that are outlined. The search component, the todo-list component, the todo component, the add-todo components. All these cited components are wrapped in the todo-app component.