DEV Community

Discussion on: What is the Dom, the Virtual Dom, and the Shadow Dom

Collapse
 
shadowtime2000 profile image
shadowtime2000 • Edited

This is how frameworks like react, vue and angular make web pages with high degrees of interactivity

I believe Angular uses what is called an Incremental DOM which compiles the templating language into a set of instructions for trees which are diffed against the real DOM.

Collapse
 
javier123454321 profile image
Javier Gonzalez

Hm, was unaware of this. Thanks for the new hole to dive into !

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited