Live data from Hacker News

Ask HN: What modern CSS framework do you use?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: What modern CSS framework do you use?

#3
I feel like CSS frameworks are not themselves modern. My thought has been that web components are preferred over css classes.

In React, I use jsx-styled to style my components. Then I simply re-use the components as needed. This way I don't ever need to use re-usable CSS classes.