fetch-in-react Flashcards
1
Q
When does React call a component’s componentDidMount method?
A
in the commit phase of the mounting phase
only after the first render
2
Q
Name three React.Component lifecycle methods.
A
componentDidMount, componentDidUpdate, componentWillUnmount, constructor(), render()
3
Q
How do you pass data to a child component?
A
by passing data as a prop