React Component Lifecycle
- Mounting
- Updating
- Unmounting: remove the component => without any re-rendering or updating
render -> mount -> (setState()) -> render -> update
The form
tag
Controlled Components
export the parent element -> pass to the child data -> repeat … to the grandchild
LIKE A TREE