fetch in react Flashcards
1
Q
When does React call a component’s componentDidMount method?
A
after the component has been rendered for the first time in the DOM.
2
Q
Name three React.Component lifecycle methods.
A
componentDidMount, componentDidUpdate, componentWillUnmount
3
Q
How do you pass data to a child component?
A
by using props