DEV Community

Cover image for Should You Learn Bootstrap in 2020?
Satyam Kumar Verman
Satyam Kumar Verman

Posted on • Updated on

Should You Learn Bootstrap in 2020?

This is an important question to answer according to me.Very Recently the alpha version of Bootstrap was released.Since then people are asking that whether they should learn Bootstrap anymore or not.Now In this blog I will try to answer this question in a simple way.

For many developer,it will be a kind of situation that don't learn bootstrap,it's a waste but If you are a Frontend Developer I strongly suggest you to learn Bootstrap.But before learning bootstrap you must learn HTML and CSS and build some complete static sites and then you should move on the bootstrap.The main thing is that You don't have to learn anything in Bootstrap,if you are knowing CSS,you just need to remember some classes or you can also copy and paste the code from the official website it's completely on you but I recommendation is that you should learn Bootstrap if you are a Frontend Developer or UI Developer.

Many Developer says that Bootstrap is not good don't learn it but Believe me Bootstrap is really a very good CSS Framework but you can definitely replace it with other CSS Frameworks,you can also learn tailwind CSS which is also a great CSS Library but it's a bit different from Bootstrap,it's totally different belong to a different group.

In the latest update or version i.e. the Bootstrap 5 you also don't need to use JQuery,every thing will be done with pure CSS,But you should learn JavaScript if you want to build more dynamic and functioning pages.

Buy Siteground Web hosting:
https://www.siteground.com/index.htm?afcode=4bbbeb6048f7d8fd1efec76817755662

Teestring Merchandise:
https://teespring.com/get-coder-s?pid=328&cid=6277&sid=front

Programming Tutorial:https://bestpythontutorials.com
My blogs:https://devtipsntricks.com
Instagram:https://instagram.com/skvprogrammer
Twitter:https://twitter.com/skvprogrammer
Facebook:https://facebook.com/satyam.varman.12

Thanks for Reading

Top comments (4)

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

It's ok to know the bootstrap basics, but when working on a company you'll receive designs to implement, and those designs will not fit into bootstrap components, and may not fit into bootstrap grid system.

Also loading the entire bootstrap framework and it's dependencies inside your project affects performance.

The best option is to learn Flex Box and optionally CSS Grid and pseudo-selectors so you'll end with reusable components easily handmade with CSS only that fit exactly your needs, nothing more.

Collapse
 
skvprogrammer profile image
Satyam Kumar Verman

I totally agree with you but suppose you are creating a simple site you can use bootstrap and I know that Industry level projects cannot be created with bootstrap.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

It's easier if you don't know how to use flex and/or grid properly but that's all. If you know those properties well there's no much point on relying into 12 column pre-defined structure

Thread Thread
 
skvprogrammer profile image
Satyam Kumar Verman

Yes bro