概要
This skill empowers Claude to audit and enhance React applications by implementing high-performance architectural patterns. It provides domain-specific guidance on eliminating redundant re-renders via React.memo and hooks, managing expensive computations with useMemo, and rendering massive datasets through virtualization. By integrating strategic code splitting, asset optimization, and React’s concurrent features, this skill ensures developers can build lightning-fast user interfaces that maintain responsiveness under heavy load.