What is reconciliation in React?
Virtual DOM and Reconciliation
Audio flashcard · 0:11Nortren·
What is reconciliation in React?
0:11
Reconciliation is the process React uses to compare the new virtual DOM tree with the previous one and figure out the minimum set of changes needed to update the real DOM. It is the core algorithm behind React's efficient rendering.