DOM, Virtual DOM, Shadow DOM
1] DOM
Document object model is an interface that allows a programming language to manipulate the structure, style and the content of the website. It represents HTML document as a hierarchy of nodes.
Each markup is represented by a node in the dom...
conceptsinshort.hashnode.dev4 min read