mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.06k stars 32.32k forks source link

[pigment-css][POC] Performance improvement on mui.com/blog #40780

Open siriwatknp opened 10 months ago

siriwatknp commented 10 months ago

Goal

Get a real scenario result when the current styled engine (emotion) is replaced with zero-runtime.

/blog Pages router App router
emotion result result
hybrid (components migrated except sx) result
zero-runtime result

Components

These components need to be migrated to opt in to zero-runtime API:

aacevski commented 7 months ago

Is the Input Base ready to be worked on and convereted to support Pigment? If not, what would you suggest I take on next? 🚀