Creating dynamic text on a React component to make it reusable in different contexts.
Passing props from one component to the next, and nesting them together to make giant component trees.
How the React.Component base class allows us to tap into what we call the Component Lifecycle.