Tag

shouldComponentUpdate

1 views collected around this technical thread.

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
Qunar Tech Salon
Qunar Tech Salon
Jan 18, 2017 · Frontend Development

React Performance Optimization for YIcon: Reducing Re‑renders and Boosting Speed

This article describes how the YIcon project tackled severe React performance bottlenecks—such as repeated renders, slow diffing, and inefficient key usage—by applying shouldComponentUpdate, component splitting, immutable data structures, stable keys, and production‑grade webpack optimizations, ultimately achieving an 80% speed gain.

FrontendImmutableOptimization
0 likes · 9 min read
React Performance Optimization for YIcon: Reducing Re‑renders and Boosting Speed