What is the commit phase in React?
Virtual DOM and Reconciliation
Audio flashcard · 0:11Nortren·
What is the commit phase in React?
0:11
The commit phase is the part of rendering where React actually applies changes to the DOM. It runs after the render phase, which is where React calls your components and computes what should change. Effects run after commit.
---