Render and commit Flashcards

1
Q

What are the three steps of a screen update in a React app?

A

Trigger, Render, Commit

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

What mode can be used to find mistakes in your components?

A

Strict Mode

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

True or False: React updates the DOM every time a render occurs.

A

False

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

React does not touch the DOM if the rendering result is _______.

A

the same as last time

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