- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 258
[WIP][code-infra] Setup react-compiler #3076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| commit:  | 
| Bundle size report
 Check out the code infra dashboard for more information about this PR. | 
| ✅ Deploy Preview for base-ui ready!
 To edit notification comments on pull requests, go to your Netlify project configuration. | 
142fdd8    to
    1166146      
    Compare
  
    | Some of the bundle increase can probably be compensated by removing all the redundant  | 
| FYI: you can explore the output when following the links to the diff pages on https://frontend-public.mui.com/repository/mui/base-ui/prs/3076 
 Compiler removes them, but maybe some code can be simplified if memoization is not a concern anymore? | 
| This also seems to break list navigation entirely ( | 
Enabled for both linting and building packages
1166146    to
    3c0b18d      
    Compare
  
    | Maybe we should start with enabling this only for linting? | 
Related to #809.
Enabled for both linting and building packages
The idea is first to explore the changes required at the repo level and then abstract it out as required to be part of
code-infrapackage.The bundle size increases significantly with the compiler output. This is something that we'll need to discuss.