Finding the Differences
01
The Web Structure
Key Concept
The Problem With Slow Changes
- Every webpage is built like a tree of parts called the Real DOM.
- Changing it is like rebuilding a brick wall just to move one frame.
- Direct updates are slow and make the browser work too hard.
1 / 7
