Appearance
React will render a component iff its state changes.
Context is state.
When React renders a component, it will also render all its children.
To opt a child out of this, memo it, or pass it as a prop.