Divyesh Birawatdivyeshbirawat.hashnode.dev·Jul 5, 2024Mastering ReactJS: How the Virtual DOM Efficiently Updates the Real DOMReactJS has revolutionized front-end development with its efficient and declarative approach to building user interfaces. At the core of React's performance and simplicity is the concept of the Virtual DOM (VDOM). This article delves into the intrica...43 readsReact
Sawan Kumar Jhatechysawan.hashnode.dev·Mar 3, 2023Difference between virtual and real DOMThe virtual DOM and the real DOM are both representations of a web page's structure and content, but they are used for different purposes. The real DOM is the actual structure of a web page as it exists in the browser's memory. It is a tree-like stru...31 readsJavaScript
Shreyash Mahajanshreyash-mahajan.hashnode.dev·Jun 10, 2022How virtual DOM is better than real DOM?.Before discussing how virtual dom is better than real dom. We will first see what actually real dom and virtual dom are - Real DOM DOM stands for document object model, DOM treats HTML files as a tree structure, it creates nodes for all the HTML ele...43 readsFrontend Development