Nitish Jhanitishjha.hashnode.dev·Dec 15, 2024Rendering in ReactWhat is rendering in react ? React rendering is the process of converting react elements into UI elements that can be displayed on screen . The react elements are simple javascript object which contains the structure which we want to display / render...React
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
Asim Niaziinnovativecsolutions.hashnode.dev·Aug 10, 2024Understanding the Core Concepts of React: Virtual DOM, Reconciliation, and FiberReact is a powerful JavaScript library used for building dynamic user interfaces. It’s widely known for its efficiency and flexibility, which is made possible by several core concepts: the Virtual DOM, Reconciliation, and Fiber. In this article, we'l...Virtual DOM and Browser DOM in React.js
Aahna Pandeyaahnapandey.hashnode.dev·Jun 11, 2024Enhancing Web Performance with React.jsWhen you begin learning React.js, you’ll discover several reasons why it’s more advantageous than building a website using just HTML, CSS, and JavaScript. One of the key advantages of React.js is its use of the Virtual DOM (Document Object Model). Th...React
Vishant Jadhavvishantjadhav.hashnode.dev·Aug 28, 2023React.js : Its importance & uses Simplified!What is React? React is a Framework of Javascript that helps us create dynamic and user-friendly websites quickly. React is very popular among developers due to its creation of dynamic web applications and performance enhancements like virtual DOM an...1 likeReact
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