setup-react-compiler

Installation
SKILL.md

Setup React Compiler

What This Sets Up

  • babel-plugin-react-compiler with rsbuild
  • PostToolUse hook flags: useMemo/useCallback/React.memo (compiler handles it), derived-state-via-useEffect, useRef as memo cache
  • 'use no memo' escape hatch + auto-skip component library dirs
  • Annotation mode (REACT_COMPILER_MODE=annotation) for brownfield: only flags in files with "use memo"

See REFERENCE.md for post-compiler coding rules.

Steps

1. Install

bun add -D babel-plugin-react-compiler @rsbuild/plugin-babel --yarn

2. Configure rsbuild

Related skills
Installs
9
GitHub Stars
3
First Seen
Mar 25, 2026