scrimba
Frontend Career Path
Advanced React
Performance
Rendering Phases Quiz
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Rendering Phases Quiz
Expand for more info
quiz.md
run
preview
console
We talk a lot about "rendering" in React, but oftentimes we lump together
the 3 phases of the rendering process. Understanding the distinction
between these phases can help us in determining a good strategy for
improving the performance of our React apps.


1. What are the 3 phases of the rendering process called in React?



2. What happens in the 1st phase?



3. What happens in the 2nd phase?



4. What happens in the 3rd phase?

Console
/index.html
-2:26