When does React call a component’s componentDidMount method?
immediately after a component is mounted (inserted to the DOM tree); after render phase.
Name three React.Component lifecycle methods.
render( ), componentDidMount( ), constructor( )
How do you pass data to a child component?
adding key and values to the prop object of the component