Real DOM and Virtual DOM - Concept behind React
What is Real DOM or DOM?
DOM refers to Document Object Model and it is a tree data structure that represents the HTML document and nodes of the tree are HTML tags or elements in the document.
DOM is an abstraction of the HTML of web pages.
Who Creat...
abhinandanmishra1.hashnode.dev5 min read
Akhilesh Shahare
Software Engineer
The virtual dom compares does the diffing with previous version of virtual dom not with real DOM!