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
Asking for thought/feedback regarding this from developer perspective...
I feel like using atomic css style in conjuction with vanilla-extract is a bit unfriendly in terms of DX. I just feel like it's too constraining, compared to using a simple runtime css in js. Lately, I feel like adding @emotion/css to do the job of styling minor element on the fly, something like this?
I know that there will be tradeoff (runtime burden from emotion and improved DX, at least for me) and even defeating the purpose of using vanilla-extract in the first place, but what do you think?
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
-
Asking for thought/feedback regarding this from developer perspective...
I feel like using atomic css style in conjuction with vanilla-extract is a bit unfriendly in terms of DX. I just feel like it's too constraining, compared to using a simple runtime css in js. Lately, I feel like adding
@emotion/css
to do the job of styling minor element on the fly, something like this?I know that there will be tradeoff (runtime burden from emotion and improved DX, at least for me) and even defeating the purpose of using vanilla-extract in the first place, but what do you think?
Beta Was this translation helpful? Give feedback.
All reactions