MemotivaVirtual DOM and Reconciliation

What is the render phase in React?

Virtual DOM and Reconciliation

Audio flashcard · 0:11

Nortren·

What is the render phase in React?

0:11

The render phase is where React calls your component functions and builds the new virtual DOM. It must be pure and can be paused, restarted, or discarded by concurrent React. The actual DOM is not touched during this phase.