Tag

render optimization

1 views collected around this technical thread.

政采云技术
政采云技术
Nov 27, 2019 · Frontend Development

Improving React Performance: Reducing Unnecessary Renders

This article explains how React's virtual DOM and diff algorithm work, identifies situations where renders become costly, and presents practical techniques such as shouldComponentUpdate, PureComponent, higher‑order components, React.memo, and component splitting to reduce unnecessary renders and improve front‑end performance.

JavaScriptReact.memofrontend
0 likes · 13 min read
Improving React Performance: Reducing Unnecessary Renders
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Feb 2, 2018 · Frontend Development

Master React Rendering: When to Re‑Render and How to Skip Unnecessary Updates

This article explains how React decides when to re‑render components, why default behavior can be costly, and how developers can use state changes and the shouldComponentUpdate method to control rendering and improve performance.

frontend performancereactrender optimization
0 likes · 6 min read
Master React Rendering: When to Re‑Render and How to Skip Unnecessary Updates