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 Bootstrap 4 Basics (Retired) Responsive Layouts with the Bootstrap Grid How the Bootstrap Grid Works

Arikaturika Tumojenko
Arikaturika Tumojenko
8,897 Points

The difference between v4-alpha.getbootstrap.com and getboostrap.com?

Checking the teacher's note, I noticed the link references don't go directly to the Bootstrap website. In fact, the documentation on getboostrap.com looks different and I can't really find the info Guil uses in the videos. What's the difference? Thx!

1 Answer

andren
andren
28,558 Points

The difference is the version of bootstrap used, the current stable version of bootstrap is version 3, this is the version you will get if you go to the main bootstrap website, and that is the version the documentation on that website refers to.

The link in the teachers note on the other hands lead to the website for bootstrap version 4, which is an alpha version of bootstrap with some major changes from version 3, this is the version of bootstrap used in the course, and the documentation shown off and discussed in the course will also be for version 4.

This means that in order to follow along with the course you have to go to the v4-alpha.getbootstrap.com website both to download bootstrap and to look at the proper documentation.

Arikaturika Tumojenko
Arikaturika Tumojenko
8,897 Points

I am curious... why are we using the alpha version for learning since it's not stable enough for production?