Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
Many large projects e.g Twitter use Bootstrap. So it definitely it isn't bad. But from my experience, it is not that great either. You will be happier using a utility first framework like Tailwind CSS. My reasons for 👎 Bootstrap 1. The style is written in Sass. To customise Bootstrap you need to install Sass on your development machine. 2. It comes in only one theme. You still need to write a decent amount of CSS to make your website unique. What then is the point?! 3. Bootstrap v4, depends on jQuery. You need jQuery for bootstrap.js to work. So that makes 2 dependencies - Sass, jQuery. 🤔 Bootstrap 5 no longer depends on jQuery. 4. It has a fairly long learning curve and worse still, every new version brings breaking changes and new additions. It is not uncommon for a Bootstrap designer to waste the day searching for simple things like floating an element. Is it pull-right or float-right or justify-content-end or align-items-end? In short, it is a waste of time. For me at least.
20th May 2021, 3:38 PM
Ore
Ore - avatar
+ 3
It is ok to use bootstrap. A lot of big companies are using it
20th May 2021, 8:52 AM
Artem 🇺🇦
Artem 🇺🇦 - avatar
+ 1
Hitesh Suthar Why not we are also using but problem is that if you will try to use latest version of bootstrap then there maybe problem to update because there maybe huge difference between previous and latest version but no problem we can update phase by phase.
20th May 2021, 8:53 AM
A͢J
A͢J - avatar
+ 1
Yes of course Hitesh Suthar bootstrap helps you to make your website or code responsive that is it can fit in any screen size. Using bootstrap is very important to make a fine andure code
20th May 2021, 5:36 PM
Adhiksit Maji
Adhiksit Maji - avatar
+ 1
You should use it, make sure its not old bootsrap.
21st May 2021, 4:04 PM
Cameron Caskey
Cameron Caskey - avatar