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

Aakash Srivastav
seal-mask
.a{fill-rule:evenodd;}techdegree
Aakash Srivastav
Full Stack JavaScript Techdegree Student 11,638 Points

Bootstrap

Is it true that "Bootstrap should not be used only to design 'grid' and 'navbar' "?

In a post at Stack Overflow , I read "You should use Bootstrap only if you are using it's most of the component in your project like grid , navbar , modals , cards etc.

Now, If I use Bootstrap only for 'grid' and 'navbar' , does it affect my website anyhow? Is is the right way ? Does it increases the loading time of my website? Please give a detail explaination. Thanks .

1 Answer

David Brener
David Brener
3,794 Points

Bootstrap is a CSS framework, and the advantage to utilizing a framework is that it helps you iterate a site at a faster rate than having to write all the code yourself. If you're going to use Bootstrap in a project, you'll find yourself using a lot of the tools it offers for layout, although you may not use everything. It really comes down to you doing some research and finding what works best for you.