React Render Profiler

Find and fix wasteful React re-renders by classifying the cause — unstable prop/callback/object identities, context value churn, state lifted too high, expensive work in render, or unvirtualized lists — confirming it with a measurement, then applying the one targeted fix and re-measuring. Use when a React UI is janky, slow to type in, or re-renders far more than the data actually changed.

imtiazrayhan b5ebf0d 5.2 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/react-render-profiler commit b5ebf0d458

Frequently asked questions

npx skillmds@latest add imtiazrayhan/react-render-profiler