No post body was provided.
Ask HN: What modern CSS framework do you use?
1–3 of 3 posts
Re: Ask HN: What modern CSS framework do you use?
#2Since Grid and Flexbox became well supported enough to use there's no need for a CSS framework, so I don't use one. If I need a UI toolkit I use react.semantic-ui.com or bootstrap 4, but I prefer not to.
Re: Ask HN: What modern CSS framework do you use?
#3I 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.