-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Problem (one or two sentences)
UI isn't really performant and frequently stutters. React Compiler is a build-time optimizing compiler that automatically handles memoization in React applications, eliminating the need for manual useMemo/useCallback usage. It uses static analysis to understand React rules and component dependencies, providing significant performance improvements and cleaner code.
Context (who is affected and when)
Every user of Roo Code and its derivatives is affected.
Desired behavior (conceptual, not technical)
UI is performing well, transitions are faster & smoother
Request checklist
- I've searched existing Issues and Discussions for duplicates
- This describes a specific problem with clear context and impact
Proposed approach (optional)
Implemented in #9565 by adding react-compiler and react-compiler-runtime dependencies