When does React call a component’s componentDidMount method?
Only once, right after the first time the render() method is called.
Name three React. Component lifecycle methods.
Mounting, Updating, and Unmounting
How do you pass data to a child component?
Props.