React Component Hierarchies

Also called as component tree. It usually has a parent component, a child component (sibling component to each other), and a leaf component (does not render other component).