React Rerender Audit

Use when a React page re-renders far more than it should — "everything re-renders on every tick", live-data dashboards, Electron/Vite apps that feel heavy under a 1s push stream. Measures render counts from outside the app over CDP (react-scan injected, no source changes), localizes the exact hook that fires, fixes it by lowering state to the consumers instead of sprinkling memo, and locks the result with a Profiler regression test.

innei 18a6859 17.3 KB Updated

File contents

innei/skill/tree/main/skills/automation/react-rerender-audit commit 18a6859484

Frequently asked questions

npx skillmds@latest add innei/react-rerender-audit