What does fetch( ) return?
How do you specify the request method (GET, POST, etc..) when calling fetch( )?
When does React call a component’s componentDidMount( ) method?
Name three React.Component lifecycle methods:
How do you pass data to a child component?