Next.js React Compiler and codegen work
Next.js saw modest internal proposal traffic on compiler integration and code generation. Activity stayed technical and review-oriented rather than user-facing.
React Compiler memoization option in Next.js
A pull request in the Next.js repository proposes adding an option to preserve React Compiler memoization. Participants conducted routine code review, and CI reported a type-check failure. Developers tracking React Compiler adoption in the Next.js stack may want the option once it lands cleanly.
Shared trie for Next.js codegen AST paths
Another Next.js proposal discusses storing code generation AST paths in a shared trie. Early thread traffic among a few contributors examined the internal change. The work targets codegen structure rather than new public APIs.