fetch-in-react Flashcards
1
Q
When does React call a component’s componentDidMount method?
A
immediately after a component is mounted (inserted to the DOM tree); after render phase.
2
Q
Name three React.Component lifecycle methods.
A
render( ), componentDidMount( ), constructor( )
3
Q
How do you pass data to a child component?
A
adding key and values to the prop object of the component