Bootstrap VS Foundation VS any other? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

Bootstrap VS Foundation VS any other?

I did my homework and look for pros and cons for both, see this article for reference: https://www.codementor.io/css/tutorial/bootstrap-3-vs-foundation-5-front-end-framework-comparison I was just wondering when it comes to building responsive websites which front-end framework do you personally prefer and why? Do you know any other? Thanks 😊

20th Apr 2017, 3:46 AM
Pao
Pao - avatar
7 Answers
+ 5
For making front end responsive there are many frame works available, all of them are easy to understand and having its on elements.bootstrap is commonly used and easiest. you can try Materialize, Semantic-ui,material ui, w3css etc.. all are responsive but looks different.choose one according to the design and requirements.
20th Apr 2017, 6:53 AM
ASHMIL HUSSAIN
ASHMIL HUSSAIN - avatar
+ 11
@Ashmil & @Murray: Thank you guys! Will do a research on those :) @AnekcaHAp EpoøeeB: Nice, do you use the @media screen rule?
20th Apr 2017, 10:59 PM
Pao
Pao - avatar
+ 3
Bootstrap i find to be the easiest and most consistent. Easy to learn and powerful. The only down side is the lack of a breakpoint for small phones however I believe bootstrap 4 is bringing that in.
20th Apr 2017, 1:29 PM
Murray Chapman
Murray Chapman - avatar
+ 3
It sems to me, Bootstrap is heavyweight. I use PureCSS
20th Apr 2017, 10:05 PM
Александр Ерофеев
Александр Ерофеев - avatar
+ 2
bootstrap is commonly used but you can also try purecss, materialize, w3css, semanric, and you can find more etch of then have some power points you cheek all and when starting new project choose the best to this project
21st Apr 2017, 6:47 AM
Esam Eisa
Esam Eisa - avatar
+ 1
@AnekcaHAp EpoøeeB its always best to use css only it will make our web fast if we use it in good manner but for beginners it will be difficult to use media query to make it responsive.it will take time also for an easy and quick result we can use framework but i too like to use my own css :-)
21st Apr 2017, 4:40 AM
ASHMIL HUSSAIN
ASHMIL HUSSAIN - avatar
+ 1
using uncss as part of a gulp pipeline to process sass will also remove bloat from larger frameworks like bootstrap and foundation.
21st Apr 2017, 11:39 AM
Murray Chapman
Murray Chapman - avatar