Skip to content

fix: compiler memoizations#16

Open
rortan134 wants to merge 2 commits into
raphaelsalaja:mainfrom
rortan134:fix/react-compiler
Open

fix: compiler memoizations#16
rortan134 wants to merge 2 commits into
raphaelsalaja:mainfrom
rortan134:fix/react-compiler

Conversation

@rortan134
Copy link
Copy Markdown

Previously, all of these components were being skipped of any upstream react compiler optimizations because they were breaking some of the rules of react:

  • reading refs during render
  • breaking immutable pattern with conditional reassignment
  • cache invalidations due to props that couldn't be statically determined

@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

@rortan134 is attempting to deploy a commit to the Raphael Salaja Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant