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.

6m read timeFrom engineering.mercari.com
Post cover image
Table of contents
Understanding React Re-RendersOptimizing Rendering PerformanceWhat’s the moral?
2 Comments

Sort: