Virtual Dom In ReactJS
Firstly, understand what is DOM
What is DOM?
The DOM (Document Object Model) represents the web page as a tree structure. Any piece of HTML that we write is added as a node, to this tree. With JavaScript, we can access any of these nodes (HTML elemen...
shivanisoni.hashnode.dev2 min read