When does React call a component’s componentDidMount method?
When the component has initially rendered
Name three React.Component lifecycle methods.
componentDidMount() ,
ComponentDidUpdate() ,
componentWillUnmout()
How do you pass data to a child component?
through props