When does React call a component’s componentDidMount method?
During the commit phase.
Name three React.Component lifecycle methods.
ComponentDidMount(), ComponentWillMount() and ComponentDidUpdate().
How do you pass data to a child component?
Through props.