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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bootstrap 5.2 Is Out

12 点作者 evancaine超过 2 年前

3 条评论

evancaine超过 2 年前
I know tailwind is the star these days, but as a back-end dev, nothing comes close to bootstrap in terms of productivity and aesthetics. I&#x27;ve used tailwind and I like it - I&#x27;ve even paid for tailwind UI - but for crud apps that don&#x27;t require a lot of custom styling, bootstrap is still my default.<p>Anyone else still using and enjoying bootstrap for new projects?
评论 #32514139 未加载
评论 #32513295 未加载
评论 #32516776 未加载
sbuccini超过 2 年前
I&#x27;m very excited to see this, specifically the Scrollspy refactor [0]. During COVID lockdown, without anything better to do, I went down a rabbit hole debugging some wonky scroll behavior. A bunch of other people had encountered the same issue over the years, but it never was a top priority.<p>I did some research and discovered the Intersection Observer API, which seemed like a perfect fit for this use case. I hacked up a basic implementation[1], asked for some feedback, and promptly forgot about it. I was super stoked to see someone else pick up the idea and run with it, doing a much better job than I could have. Open source is fun!<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;twbs&#x2F;bootstrap&#x2F;pull&#x2F;33421" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;twbs&#x2F;bootstrap&#x2F;pull&#x2F;33421</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;twbs&#x2F;bootstrap&#x2F;pull&#x2F;33015" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;twbs&#x2F;bootstrap&#x2F;pull&#x2F;33015</a>
hbcondo714超过 2 年前
Yes, this is from a month ago. Responsive offcanvas support was a great add but I wish their overflow classes were also responsive:<p><a href="https:&#x2F;&#x2F;getbootstrap.com&#x2F;docs&#x2F;5.2&#x2F;utilities&#x2F;overflow&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getbootstrap.com&#x2F;docs&#x2F;5.2&#x2F;utilities&#x2F;overflow&#x2F;</a>