Aaksaaks.hashnode.dev·Oct 7, 2024React Day 5/40Virtual DOM, Fibre, and reconciliation The Virtual DOM (Document Object Model) is a lightweight, in-memory representation of the actual DOM in web browsers. It acts as a copy of the real DOM and allows React to manage updates to the UI more efficient...1 likereconciliation
Kumar Harshhworld.hashnode.dev·Jan 26, 2024React - starts with basicI am writing this blog to help those people, who didn't follow 'npx create-react-app my-app '. *Note: The basic requirement to start react: Node should be installed. Initialized a new project. Create a new folder in the local name <ReactAppName>. O...1 like#react-start
Asma Shaheenlearnings.hashnode.dev·May 24, 2023React IntroductionIntroduction React is a JavaScript library for building UI. React can also be referred to as ReactJs. React was developed by one of the Facebook developers "Jordan Walke". React implements a component-based approach which means you build applications...33 readsReact