React
Reconciliation
Diffing the new element tree against the previous one to compute minimal DOM updates.
Why interviewers ask about it
The virtual DOM is not faster than hand-written DOM code. Its value is that you describe target state declaratively and never manage transitions.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.