소개
This skill empowers Claude to identify and resolve React performance bottlenecks through a comprehensive set of industry-standard optimization patterns. It provides specific guidance on implementing memoization via React.memo, useMemo, and useCallback, reducing bundle sizes through code splitting, and managing high-density data with virtualization. Following the 'Measure First' philosophy, this skill helps developers fix rendering lags, optimize state management, and improve Core Web Vitals without introducing unnecessary architectural complexity.