You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run all the tests on the output of the compiler. I believe we already do this with the Babel optimizations that we have, so won't be too hard. It's important to guarantee behavior.
Publish the source with the output of the compiler
Motivation
Performance.
Now, to be fair, we likely want to invest time into this for Base UI first, since in Material UI there should be barely anything to optimize (it should be almost only about style).
The text was updated successfully, but these errors were encountered:
Now, to be fair, we likely want to invest time into this for Base UI first, since in Material UI there should be barely anything to optimize (it should be almost only about style).
Future versions of the compiler will do jsx inlining and outlining which I think we could benefit from.
Summary
Same as mui/base-ui#809.
The action plan would involve:
Motivation
Performance.
Now, to be fair, we likely want to invest time into this for Base UI first, since in Material UI there should be barely anything to optimize (it should be almost only about style).
The text was updated successfully, but these errors were encountered: