IntermediateVocabulary#frontend#developer-tools#architecture

Virtual DOM Vocabulary

Build fluency in the vocabulary of diffing an in-memory UI tree to compute the minimal set of real DOM changes.

0 / 5 completed
1 / 5
At standup, a dev mentions a UI library keeping an in-memory tree representation of the interface, diffing a new version of that tree against the previous one, and applying only the minimal set of real DOM updates needed to match, instead of re-rendering the whole page. What is this technique called?