shohanur rahmanshohan777.hashnode.dev·Nov 23, 2024Virtual DOM in React. A brief overview.Imagine you're working on a website, and you want to update something on the page, like changing some text or adding a new element. Your web page is actually a giant family tree with elements like div, p, img, table, span and many more, all interconn...Virtual DOM in React JS
shohanur rahmanshohan777.hashnode.dev·Nov 23, 2024React caches static imports internally.React caches the static data that are imported. This is an advanced feature that made me grind for a while. I will explain from my understanding how this works following the codebase I faced issue with this topic. As I render two different components...1 likeReact
Md Shah Aman Patwarymdshahamanpatwary.hashnode.dev·Feb 16, 2024JavaScript in the Browser – How the Document Object Model (DOM) and Events Work?In this in-depth tutorial, you'll learn all about the Document Object Model, or DOM for short. As a web developer, understanding the DOM is fundamental for interacting with web browsers and creating dynamic web applications. Throughout this guide, we...10 likesDOM manipulation
Darshana Mallicktechtalksonthego.hashnode.dev·Jun 30, 2023Understanding the Virtual DOM and Browser DOM in React.js: A Comprehensive ComparisonIn the world of modern web development, React.js has emerged as one of the most popular JavaScript libraries for building user interfaces. Central to React's performance and efficiency is its innovative use of the Virtual DOM. The Virtual DOM is a ke...virtual dom