flâneur — a map of the web's best reading

When does React re-render components?

felixgerschau.com · 2,621 words · saved by 1 readers

React re-rendering explained and how to optimize React's re-render performance

React is known for providing a fast user experience by only updating the parts of the UI that have changed. When looking into React's render performance, there are a few terms and concepts that can be hard to understand. It wasn't 100% clear to me what a VDOM was or how React decides to re-render components for quite some time. In the first part of this article, I'll explain the most important concepts about rendering in React and how React decides to re-render a given component . In the last section of this article, I'll show you what you can do to optimize the render performance of your Reac

Explore this link on the map →

saved by

related reading