TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What modern CSS framework for a responsive web project?

2 pointsby zernialmost 7 years ago
There are a multitude of options out there to build your own website&#x2F;web app from scratch.<p>Looking at Github these are the top 3 repos by stars: - Bootstrap (twbs&#x2F;bootstrap) - Materialize (Dogfalo&#x2F;materialize) - Bulma (jgthms&#x2F;bulma)<p>What other frameworks are there using flexbox, opinionated or no, offering responsive layouts etc?<p>What did you choose and why did you go for it?

1 comment

onion2kalmost 7 years ago
What do you mean by &#x27;CSS framework&#x27;? If you mean a grid system then you don&#x27;t need any of them - just use CSS grid. Follow Jen Simmons&#x27; &quot;Layout Land&quot; videos on YouTube to get up to speed fast. On the other hand, if you mean a UI toolkit (lots of useful components) then any of those three would work well. I like Bootstrap but only because I already know it..<p>If you&#x27;re using React then material-ui.com is another good option.
评论 #17125904 未加载