Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
1–10 of 112 posts
Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#2You can look at the source of Bootstrap to see how they accomplished certain things if you'd like, but if you're doing anything more than prototyping (and even then), I feel there is very little benefit to using Bootstrap these days.
Once I was told to ignore Bootstrap and just create my css myself (using Sass or CSS Modules) I find I'm making the same recommendations to others. It doesn't take long and you'll have a much better idea of what is happening on your page.
Your html and css should end up being much smaller as well.
Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#3Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#4Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#5Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#6Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#7Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#8Learning Bootstrap 3 or 4 should take you very little time, I would suggest you don't learn either of them, but instead take the time to learn CSS (I am of course assuming you are not already a CSS wiz). You can look at the source of Bootstrap to see how they accomplished certain things if you'd like, but if you're doing anything more than prototyping (and even then), I feel there is very little benefit to using Boot…
Another good project's source code to learn from is Skeleton. (more simple than bootstrap)
CSS version: https://github.com/dhg/Skeleton
Sass version: https://github.com/WhatsNewSaes/Skeleton-Sass
Edit: For more of a tutorial approach, check out http://learn.shayhowe.com/html-css/
Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#9But if you're just trying to bang out a small project quickly and have it look nice without needing to muck with CSS too much, then a framework can be very useful. These days I prefer Semantic UI over Bootstrap:
Re: Ask HN: Should I learn Bootstrap 3 or 4 at this moment?
#10FWIW I'd never use either on a production site. But for a quick-and-dirty internal site or to just play around with, I can't think of any reason not to use 4.