react-rendering-performance

Installation
SKILL.md

React Rendering Performance

Skill Resources

Performance work without measurement is guessing. The correct sequence: measure with the Profiler, identify the bottleneck type, then apply the right tool. Memoizing everything is not a strategy.


React 19 Compiler: What Changed

React Compiler (stable in React 19) automatically memoizes components, values, and callbacks. It analyzes the component tree statically and inserts useMemo, useCallback, and React.memo where they would help — without you writing them.

What the Compiler Handles Automatically

Installs
1
GitHub Stars
14
First Seen
Jun 5, 2026
react-rendering-performance — opensite-ai/opensite-skills