fetch react Flashcards
1
Q
When does React call a component’s componentDidMount method?
A
“Commit phase”
2
Q
Name three React.Component lifecycle methods.
A
Mounting updating unmounting Error Handling
3
Q
How do you pass data to a child component?
A
using props