When does React call a component’s componentDidMount method?
when the component has already been placed in the DOM (Document Object Model).
Name three React.Component lifecycle methods.
Mounting, updating, and unmounting
How do you pass data to a child component?