fetch-in-react Flashcards

1
Q

When does React call a component’s componentDidMount method?

A

when the component has already been placed in the DOM (Document Object Model).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name three React.Component lifecycle methods.

A

Mounting, updating, and unmounting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you pass data to a child component?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly