optimizing-with-react-compiler

Installation
SKILL.md

React Compiler Awareness

React Compiler (available separately) automatically memoizes code, reducing need for manual optimization. (verify use in project before using this skill)

What React Compiler Handles

Automatically memoizes:

  • Component re-renders
  • Expensive calculations
  • Function references
  • Object/array creation

Before (Manual Memoization):

Installs
21
First Seen
Feb 4, 2026
optimizing-with-react-compiler — djankies/claude-configs