feat: enable React Compiler on Next 16

Auto-memoization via babel-plugin-react-compiler (stable in Next 16),
compiled through Turbopack's built-in babel. Build and test suite pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
hamed
2026-07-06 10:02:58 +03:30
co-authored by Claude Fable 5
parent 374a9d5350
commit 08dd9e408b
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.7.0",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^10.1.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.10",