Different b/w Real DOM & React DOM
May 29, 2023 · 2 min read · What is DOM? The( 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 manipulate any of these nodes (HTML elements) and update their styles, an...
RRohan commented



