What does fetch() return?
Promise that resolves to a Response object
What is the default request method used by fetch()?
GET
How do you specify the request method (GET, POST, etc.) when calling fetch?
After the resource do , {method: ‘GET’,} , method property
When does React call a component’s componentDidMount method?
during the Mounting phase of the React Life-cycle i.e after the component is rendered
Name three React.Component lifecycle methods.
Mounting, Updating, and Unmounting
How do you pass data to a child component?
Fetch data, json it, then set data