React Component Performance

Diagnose slow React components and apply targeted render-time fixes. Use when profiling a slow React component, cutting re-renders or props churn, fixing list lag or janky typing and scrolling, deciding where `memo`, `useMemo`, or `useCallback` pay off, virtualizing a long list, or reading a React DevTools Profiler trace. API latency, database queries, caching, and infrastructure belong to `performance-expert`.

shipshitdev 8ca8ad7 5 files · 9.4 KB Updated

File contents

shipshitdev/skills/tree/main/skills/react-component-performance commit 8ca8ad7daf

Frequently asked questions

npx skillmds add shipshitdev/react-component-performance