关于
This skill provides Claude with specialized knowledge to identify and resolve performance bottlenecks within React applications. It covers a comprehensive range of optimization techniques, from basic memoization with React.memo and hooks like useMemo and useCallback to advanced strategies like list virtualization and route-based lazy loading. By applying these patterns, developers can significantly reduce unnecessary re-renders, decrease bundle sizes, and ensure a smooth, responsive user interface even when handling complex state or large datasets.