mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
3.82k stars 1.14k forks source link

[pickers] Improve TypeScript performance in `PickersDay` #12920

Closed flaviendelangle closed 3 weeks ago

flaviendelangle commented 3 weeks ago

Before:

image

After:

image

mui-bot commented 3 weeks ago

Deploy preview: https://deploy-preview-12920--material-ui-x.netlify.app/

Generated by :no_entry_sign: dangerJS against 23297a3a0d9d3965d5100b6a70aa01b5e28821ac

LukasTy commented 3 weeks ago

@flaviendelangle @michelengelen

Visual trace representation:

Before

Screenshot 2024-04-26 at 17 39 50

After

Screenshot 2024-04-26 at 17 39 58

The two thicker left bars are AnimatedArea and BarElement. P.S. This is for the docs package. P.P.S. Pay attention to the top bar representing time (70s vs 50s). 👍