DEV Community

Discussion on: Love At Second Sight With TailwindCSS

Collapse
 
bbarbour profile image
Brian Barbour • Edited

Seems pretty useful, but also like it can get... verbose. I could see myself storing those classes in a string variable in React or something, if they got too long or complicated. I guess I'll need to try it out myself.

I can tell you one thing, I don't like the way Style Components and others do the scoped styles. It feels clunky.

Vue has a nice way of doing it, with the tag, and you just writing plain CSS. Wish that was possible in React. Maybe it is and I just haven't discovered the library for it.

Collapse
 
lauragift21 profile image
Gift Egwuenu

I love the way vue handle styling within the same component also wish that was possible with React.

Collapse
 
riscie profile image
riscie

Can you point me to some documentation or example of what you mean by that? I am coming from an angular side and a quick google did not reveal what you both meant.

Thread Thread
 
bbarbour profile image
Brian Barbour