概要
React Compiler Debugger provides developers with direct visibility into how the babel-plugin-react-compiler transforms React components. It allows users to see the generated code, understand how useMemoCache is being applied, and diagnose why specific components may not be receiving automatic optimizations. This skill is essential for performance tuning and learning the internals of the React Compiler's transformation logic across React versions 17, 18, and 19.