TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is Bootstrap still used in new projects?

11 点作者 georgel大约 2 年前
I've been a heavy user of Bootstrap since the beginning a decade or so ago, and I still use it to spin up my hobby projects. Have people moved on to other frameworks or is it still heavily used?

13 条评论

Someone1234大约 2 年前
Tailwind has some nice ideas, but boy oh boy is that ecosystem a mess of tool chaining. The barriers to entry are low (e.g. &quot;just npm install [thing]&quot; then init), but maintaining, updating, and dealing with conflicts between all these tools is an absolute nightmare and getting worse rapidly (and, no, the &quot;Play CDN&quot; version of Tailwinds doesn&#x27;t mitigate anything because it isn&#x27;t supported in production).<p>Bootstrap for all its critics, is just &quot;reference the library, reference your theme, and you&#x27;re done.&quot; You want to upgrade? You can just have individual pages referencing different versions at the same time, without npm reconfiguration.
评论 #35234284 未加载
评论 #35244308 未加载
评论 #35228386 未加载
logicalmonster大约 2 年前
I&#x27;d say to try and put hype about technology into its proper perspective.<p>Just because Tailwind has some hype and momentum right now doesn&#x27;t mean that the entire industry has changed overnight, or that Tailwind is the best choice for every single project. Bootstrap isn&#x27;t my favorite, but still works great and is a logical choice to use in a lot of situations.
kypro大约 2 年前
Yeah, it&#x27;s still popular, especially for smaller projects.<p>Why are you asking though?<p>It&#x27;s just Tailwind is very popular these days. I don&#x27;t like it personally and it&#x27;s not directly comparable to bootstrap, but depending on your needs you might want to give that a go if you&#x27;re looking to learn something new. If not, stick with bootstrap. Nothing wrong with it at all.
toldyouso2022大约 2 年前
Biggest mistake in my career was trying to follow trends instead of pushing more with what already served me well. If bootstrap serves you well, only change when you find a better servant.
rozenmd大约 2 年前
If you want to sell anything, bootstrap throws massive &quot;amateur hour&quot; vibes compared to tailwind (I say this as someone that grew up on bootstrap)
is_true大约 2 年前
Yep. Yesterday I started a new project using bootstrap 5.
jmconfuzeus大约 2 年前
Yes because it makes it easy to build good looking UIs.<p>You can move on to something like Tailwind but then your html will look messed up. You&#x27;ll also have to pay for the Tailwind UI component library if you want to build faster. That&#x27;s something you get for free with Bootstrap.<p>I don&#x27;t see why anyone would stop using Bootstrap anytime soon.
mdwalters大约 2 年前
I use Bootstrap on almost all of my websites
vmoore大约 2 年前
Bootstrap is great, but sometimes a project starts getting bigger than the prototype stage and requires custom styling and edge-case stuff that Bootstrap alone can&#x27;t cater for. By all means, use it, but don&#x27;t rely on it when you start doing custom stuff.
precompute大约 2 年前
Depending on your needs, lesscss (<a href="https:&#x2F;&#x2F;lesscss.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lesscss.org&#x2F;</a>) is also a great alternative.
joshxyz大约 2 年前
I still see it used in govt projects. I mean this year. Folks care about stability, not eye candy.
fIREpOK大约 2 年前
Why fix what&#x27;s not broken?
评论 #35224212 未加载
uptown大约 2 年前
Antd is my go-to solution for anything React-based.