Designing reusable components and passing data via props.
Differences and when to use each.
Compound components, render props, and HOCs.
Components are the building blocks of React UIs. Use props to pass immutable data from parent to child components, and keep components focused and reusable.