Dom Performance

Use when reviewing scripts, client components, bundles, or runtime behavior related to Minimize costly DOM read/write operations. Inspect both source code and the browser execution path so fixes target the real bottleneck or bug. In React, repeated requestAnimationFrame-driven state updates across multiple mounted components are a valid performance smell when visible in the source.

thedaviddias 10ede6d 2 files · 6.9 KB Updated

File contents

thedaviddias/front-end-checklist/tree/main/skills/dom-performance commit 10ede6d6f9

Frequently asked questions

npx skillmds@latest add thedaviddias/dom-performance