Hacker News new | ask | show | jobs
by icc97 3002 days ago
I didn't think so either but this is what I was replying to:

> However, there is a reason why people hate CSS with a passion

So it seems some people do. Going through some of the talks about CSS in JS it seems Facebook and Airbnb are making good cases for the problems they're hitting with CSS especially around asynchronous loading of CSS files.

But having spent lots of time seeing what a mess developers come up with using style tags on individual elements before switching to using CSS I'm interested to see what happens when there's tons of React components with hard coded styles. It seems like a solution that's ripe for creating more problems than it solves.