React uses a virtual Document Object Model (or "DOM) to optimize updates to the actual DOM. This process of updating the DOM is also called DOM manipulation, and it’s at the heart of web development. React uses something called the Virtual DOM to make DOM manipulation more efficient and improve performance. To do this, React triggers re-renders for components as needed.
2 Comments
Sort: