-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Table] Migrate TableCell to emotion #24663
Conversation
@material-ui/core: parsed: +0.21% , gzip: +0.14% |
See #24658 (comment) for fixing the test error |
29f46e1
to
7f509aa
Compare
8f0a563
to
5d74d78
Compare
Regarding performance. https://material-ui.com/performance/table-mui/ https://deploy-preview-24663--material-ui.netlify.app/performance/table-mui/ We had identified in the past, how moving from withStyles to makeStyle would yield a +10% in performance. So the new approach is close to x2 slower. On paper, it still has the potential to be faster: https://deploy-preview-24663--material-ui.netlify.app/performance/table-emotion/ |
If it really becomes an issue, we can spend time investigating workarounds, the |
I get different perf results in the benchmark: #24892. The difference between v4 and v5 is smaller than I thought. |
#24405