Day -3 Blog writing
Virtual DOM
DOM manipulation is the heart of the modern, interactive web. In React, for every DOM object, there is a corresponding “virtual DOM object.” A virtual DOM object is a representation of a DOM object, like a lightweight copy.
When you rende...
codemaster32.hashnode.dev3 min read