fetch in react Flashcards

1
Q

When does React call a component’s componentDidMount method?

A

immediately after a component is mounted

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

Name three React.Component lifecycle methods.

A
  • render
  • constructor
  • componentDidMount
  • componentDidUpdate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name three React.Component lifecycle methods.

A

.this(data => {});

put it in props

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