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 trial

CSS

Ivana Lescesen
Ivana Lescesen
19,442 Points

What are advantages and disadvantages of Bootstrap,

What are advantages and disadvantages of Bootstrap, when should stop coding websites from scratch and start using bootstrap?

thank you so much :)

1 Answer

David Wells
David Wells
13,270 Points

I've worked more in Foundation than in Bootstrap, but here's my two cents on using a front-end framework.

Use a Framework when you're on a medium-sized project or have a team with a limited amount of CSS/JS knowledge.

Frameworks save you a ton of time, and both Bootstrap and Foundation come with a wealth of code you don't have to duplicate (setting up a grid, establishing breakpoints, content layout features that use js, etc.).