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 trialMarco Cooper
808 PointsIs it necessary to study Bootstrap as a web designer or not?
Is it necessary to study Bootstrap as a web designer or not?
2 Answers
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsIt isn't necessary but it is useful. Bootstrap makes a lot of things look good by default (especially forms), gives you handy responsive layout tools by default (like containers and grids). You could build all of this yourself, but that's a lot of work. And their framework is battle tested in all sorts of scenarios you might not have thought of yet. You can extend and customize Bootstrap so it looks like your brand rather than generic.
I've used Bootstrap in personal projects. At work we have our own Design System/CSS framework that's not based on Bootstrap. But there are companies that use their own flavor of Bootstrap. There are other CSS frameworks too like Material Design from Google, Zurb Foundation, Semantic Design. My advice is less about using Bootstrap specifically, and more about the benefits of using a CSS framework, and pragmatically that you'll probably have to work within one at some point.
Michael Cook
Full Stack JavaScript Techdegree Graduate 28,975 PointsBuilding on Brendan's answer, I think it depends really on what sort of design you want to do. Some designers build prototypes entirely using Adobe or some other software package and leave the building of the site to developers. Other designers code themselves as well and prototype in the browser. I would recommend it, but it depends on the nature of the work you want to do. But it can never hurt to have an additional skill in your toolbox.
justin s.
1,009 PointsJack of all trades, master of none. ;)
Yo want to be a designer, design. You want to be a coder, code. There's so much to learn and constant changes that trying to do both makes mastery virtually impossible. I'm hiring, I want the best. I want the master.
Marco Cooper
808 PointsMarco Cooper
808 PointsThanks for the answer my friend