Virtual DOM
What is a DOM?
DOM aka Document Object Model is an interface for web documents. It represents the structure of a document as a tree of objects wherein each object represents a part of the document, such as elements, attributes, and text.
DOM tree i...
avinashpayak.hashnode.dev2 min read