FETCH IN REACT Flashcards
1
Q
When does React call a component’s componentDidMount method?
A
The 1st render()
2
Q
Name three React.Component lifecycle methods.
A
constructor()
render()
componentDidMount()
3
Q
How do you pass data to a child component?
A
this.setState