Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAnderson Martinez
7,988 Pointsis it necessary to learn bootstrap?
just wondering. Is bootstrap necessary for getting a job. If its a combination of html, css and javascript, if you already learn all those three then why learn bootstrap. Does it save more time.
2 Answers
Steven Parker
231,236 PointsIt can save time, if you you use it often. But the main reason to be familiar with Bootstrap is if it is specifically requested by an employer or client. If you're certain you won't ever be asked to use it, you might be able to skip it.
Zeyad Alabdaly
Courses Plus Student 1,578 PointsIs it necessary? No. Is it useful? can it save you time? can it help you make "better" websites? Sure it does, and so do most other frameworks. Generally its best to use frameworks like bootstrap on bigger projects because what frameworks like bootstrap do is follow a simple rule which is... DRY aka "Don't Repeat Yourself" this means that these frameworks are simply helping you write less code, so if you are planning on making big projects then I would definitely recommend learning bootstrap as it will make your life much easier. But in the end its really all preference.