Modern CSS land is divided into CSS-in-JS followers and plain CSS adherents with an ongoing controversy about which approach is superior. Despite t...
For further actions, you may consider blocking this person and/or reporting abuse
Damm the concept sounds good and its true that the reason for using CSS in JS is due to its compatibility but this IS actually Faster.I know from experience with ReactJS and styled Components Thanks man! gonna definitely try this out
Amazing, I glad you liked it!
Im sure this works as all other libraries that help with this. Each library has its own way of dealing with CSS but personaly will not use this on my projects.
Still IMO using sass or CSS with vars and styled components is better.
The thing with these libraries is that most of them add their own syntax on top of CSS. As if CSS's syntax is not hard enough as it is.
So yeah, writing code in pure CSS or SASS, for me personaly is still the right choice.
Thank you for the contribution and dont take it as im saying this library is worthless. Im noone to say that.
Thank you for the feedback! 👍
Used this library and like it a lot. Great performance and nice API.
Thank you so much for your kind words! May I quote you on the website? 🤗
Of course 😸🏳️🌈
Can it use media queries, key-frames, and avoid fouc?
Sure, you can do anything you can do with regular CSS.
Just an FYI: it's "reaping the benefits".
Oh gosh, thank you!
You might like my series on JavaScript enhanced scss? It's related but you don't need a framework.