Render and commit Flashcards
1
Q
What are the three steps of a screen update in a React app?
A
Trigger, Render, Commit
2
Q
What mode can be used to find mistakes in your components?
A
Strict Mode
3
Q
True or False: React updates the DOM every time a render occurs.
A
False
4
Q
React does not touch the DOM if the rendering result is _______.
A
the same as last time