Replies: 1 comment 14 replies
-
Hello @mbmx10, Thanks for reaching out. Thank you |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! We are currently migrating our React app from
@mui/styles
totss-react/mui
. In one of our central components we observe a massive performance drop. The component returns something like the followingwhere the styles are generated using four separate invocations of
makeStyles
fromtss-react/mui
and the combination of flags do vary. With@mui/styles
andclassNames
perfomance was no issue. But now the app gets near to being unusable. While I can imagine, that the emotion cache is overwhelmed due to the amount of occuring combinations, I am wondering, if the drop in performance is obvious and wether there might be a straight forward solution in this situation.I'm grateful for any kind of help on this matter.
Beta Was this translation helpful? Give feedback.
All reactions