Section A — DOM Tree
Section B — React Flow
Section C — Key Concept
Virtual DOM is a lightweight JS representation of the real DOM — React diffs it first, then updates only what changed.