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
We're using Garden at my current company as a basis for our design system and we love it! Thank you for your awesome work.
One thing we've been discussing recently is the performance impact of styled-components. We don't have any major performance bottlenecks currently, but writeups like https://pustelto.com/blog/css-vs-css-in-js-perf/ make us wish we would not have the additional runtime overhead that styled-components creates.
Have you had any discussions internally about potentially migrating from styled-components to a zero-runtime CSS solution like Compiled (https://compiledcssinjs.com/) at some point?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
We're using Garden at my current company as a basis for our design system and we love it! Thank you for your awesome work.
One thing we've been discussing recently is the performance impact of
styled-components
. We don't have any major performance bottlenecks currently, but writeups like https://pustelto.com/blog/css-vs-css-in-js-perf/ make us wish we would not have the additional runtime overhead thatstyled-components
creates.Have you had any discussions internally about potentially migrating from styled-components to a zero-runtime CSS solution like Compiled (https://compiledcssinjs.com/) at some point?
Beta Was this translation helpful? Give feedback.
All reactions