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.

Bootstrap 4 Beta 2

139 pointsby anorborgover 7 years ago

11 comments

andygcookover 7 years ago
I&#x27;ve been using the Bootstrap 4 beta for a couple weeks building a side project (<a href="https:&#x2F;&#x2F;nanagram.co" rel="nofollow">https:&#x2F;&#x2F;nanagram.co</a>) and I must say, it&#x27;s been great to use. The built in utilities for responsive views and spacing are especially useful. Made optimizing the homepage for multiple screen sizes super fast and not painful at all. The Beta 1 had pretty good documentation and seemed pretty mature as well. Looking forward to upgrading to the Beta 2.
评论 #15512551 未加载
评论 #15511899 未加载
评论 #15512285 未加载
评论 #15513148 未加载
评论 #15512672 未加载
评论 #15512250 未加载
评论 #15511819 未加载
评论 #15513308 未加载
评论 #15514836 未加载
评论 #15512685 未加载
myf01dover 7 years ago
I know I am going to be downvoted so hard, but really it&#x27;s very easy to build you own css these days, css frameworks look an easy solution for beginning your project but they become a burden gradually as your project grows
评论 #15512181 未加载
评论 #15511758 未加载
评论 #15511826 未加载
评论 #15511716 未加载
评论 #15511747 未加载
评论 #15513178 未加载
评论 #15512444 未加载
评论 #15511910 未加载
评论 #15511719 未加载
评论 #15512343 未加载
评论 #15512238 未加载
评论 #15513193 未加载
评论 #15515693 未加载
评论 #15512718 未加载
评论 #15513581 未加载
评论 #15513072 未加载
评论 #15512803 未加载
评论 #15512026 未加载
czepover 7 years ago
Is modular css changing bootstrap adoption? I&#x27;m a backend guy so I don&#x27;t have much experience to develop a sense of large-scale front-end trends. I&#x27;ve used bootstrap since early v3 in various places and usually found it time-saving, easy to build responsively, and fairly easy to customize.<p>However, just as frameworks like angular and libraries like react are &quot;componentizing&quot; the front end and replacing general purpose utilities like jQuery, will we see a similar trend with modular css where component styles will replace the need for large css frameworks like bootstrap? Or is modular css merely a complement to whatever sitewide css framework you&#x27;ve chosen?
评论 #15513322 未加载
neoviveover 7 years ago
It&#x27;s an interesting time for web development in general. As the industry moves towards standardized web components, CSS frameworks--like Bootstrap, Foundation, Bulma, etc.--will fit differently into the puzzle. The demand for CSS frameworks will persist, but more of the implementation details will be abstracted away within components.
mmcnlover 7 years ago
Happy to see Bootstrap 4 moving to a final release. Beta 1 is already very mature though. I love it.
yourkinover 7 years ago
Bootstrap 4 is great and a pleasure to work with. Documentation structure on the other hand... Main nav section on the left with subsections on the right is totally counter-intuitive.
评论 #15514747 未加载
评论 #15514853 未加载
desireco42over 7 years ago
I honestly believed this to be released already. Completely surprised by this :).
lewisl9029over 7 years ago
Congrats on shipping the 2nd Beta!<p>My favorite part of Bootstrap 4 is actually its newly included CSS reset Reboot [0]. It&#x27;s built on Normalize, but also provides a set of very compelling improvements like making use of the native font stack, a bunch of very sensible spacing and layout adjustments, and built-in optimizations for touch responsiveness (removing the 300ms delay). I&#x27;m definitely going to be trying it out on my next project regardless of whether or not it uses Bootstrap itself.<p>With that said, I don&#x27;t mean to rain on the parade, but I&#x27;ve been gradually deviating away from using CSS frameworks for my projects, not because I don&#x27;t _want_ to use them, but rather because most CSS frameworks don&#x27;t seem to mix naturally with component-oriented CSS-in-JS libraries like glamorous [1], which is my preferred way to work with styling these days.<p>If I do include a CSS framework, I end up having to use a mix of custom component-scoped styles and global CSS classes from these frameworks, and those CSS classes may have margins and cascading effects that reach into children. This breaks component-level style isolation, and makes the styling of children much harder to reason about, which defeats much of the purpose of using component-oriented CSS to begin with.<p>What I really want to do is to import styles from a well designed CSS framework _as a JS module_ (but I&#x27;m willing to accept anything that&#x27;s properly namespaced and isolated, like CSS Modules), and compose them with my own styles without worrying about a polluted global namespace or styles from parents reaching into children&#x2F;vice versa or fighting with specificity issues.<p>So far, I haven&#x27;t found any CSS frameworks that fit the bill, but Tachyons [2] seems like it could be close enough (by emphasizing modular, low specificity, shallowly cascading styles) that I could maybe just run it through a CSS to JS compiler like native-css [3] and import its classes and compose them as I would with any other JS style object. This is something I&#x27;m going to experiment with soon enough, but I&#x27;d love to hear if others have any thoughts&#x2F;experiences they&#x27;d like to share on using CSS frameworks with component-oriented CSS.<p>[0] <a href="https:&#x2F;&#x2F;getbootstrap.com&#x2F;docs&#x2F;4.0&#x2F;content&#x2F;reboot&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getbootstrap.com&#x2F;docs&#x2F;4.0&#x2F;content&#x2F;reboot&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;glamorous.rocks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;glamorous.rocks&#x2F;</a><p>[2] <a href="http:&#x2F;&#x2F;tachyons.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tachyons.io&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;raphamorim&#x2F;native-css" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;raphamorim&#x2F;native-css</a>
Scarbuttover 7 years ago
What they didn&#x27;t default to Grids and provide a fallback? the grid system examples in their docs are scary.
评论 #15512608 未加载
manigandhamover 7 years ago
<a href="http:&#x2F;&#x2F;tachyons.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tachyons.io&#x2F;</a> + Bootstrap make a great combo. Especially if using a build system like webpack.<p>Bootstrap has a nice grid system (although the actual CSS standard is amazing now) and handles basic elements like buttons well. For everything else, Tachyon&#x27;s component helpers make layouts really easy and fast.
azr79over 7 years ago
Nobody cares anymore, everybody moved on to bulma and other things, bootstrap is yesterday&#x27;s song
评论 #15516632 未加载
评论 #15514858 未加载