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