Feb 28, 2025 · 5 min read · 🧝Virtual DOM: “Ye Ek Aisa Jaadugar Hai Jo Dikhayi Nhi Deta, Lekin Sab Kuch Control Karta Hai!” 🤔Imagine you are writing a letter on paper, and you want to make a small change (like you have made a mistake and want to fix it). 🤔Will you rewrite the...
Join discussionJul 5, 2024 · 3 min read · ReactJS 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...
Join discussion
Mar 3, 2023 · 2 min read · The 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...
Join discussion
Jun 10, 2022 · 3 min read · 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...
Join discussion