Bootstrap 4 Beta 2
blog.getbootstrap.com
Bootstrap 4 Beta 2
1–10 of 103 posts
Re: Bootstrap 4 Beta 2
#2[deleted]
Re: Bootstrap 4 Beta 2
#3Happy to see Bootstrap 4 moving to a final release. Beta 1 is already very mature though. I love it.
Re: Bootstrap 4 Beta 2
#4I know I am going to be downvoted so hard, but really it'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
Re: Bootstrap 4 Beta 2
#5I know I am going to be downvoted so hard, but really it'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
It depends if it's a project that is going to grow. For so many things Bootstrap does so much for so little effort. I use it any time I need to spin something up quickly, prototype an idea, put an internal page together. Bootstrap is a tool for making a page where you don't care how it looks look good.
Re: Bootstrap 4 Beta 2
#6I know I am going to be downvoted so hard, but really it'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
You aren't wrong. I will say I do still find myself surprised that many sites don't test cross browser and I find that these frameworks can alleviate that.
Re: Bootstrap 4 Beta 2
#7I honestly believed this to be released already. Completely surprised by this :).
Re: Bootstrap 4 Beta 2
#8I've been using the Bootstrap 4 beta for a couple weeks building a side project (https://nanagram.co) and I must say, it'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.
Re: Bootstrap 4 Beta 2
#9Bootstrap 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.
Re: Bootstrap 4 Beta 2
#10I know I am going to be downvoted so hard, but really it'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
Except for all the edge cases which is a big reason why CSS frameworks are a thing. If you need to support lots of browsers it is certainly not easy to build your own.