Back to Glossary
FrontendIntermediate

What is Virtual DOM?

A lightweight copy of the page that React uses to figure out what needs to change

Why It Matters

The Virtual DOM makes updates efficient by only changing what's actually different

Real-World Example

When one item in a list changes, React only updates that item, not the whole list

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.