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 trialEhsan Raza
263 PointsWhy has Guil removed Flexbox and Transitions for Grid system? Is it because you can't use them with Grids?
As the questions says it all.
1 Answer
Jeremy Woodbridge
25,278 PointsHe is mainly focusing his lessons on best practices probably. Although Flexbox is great it should NOT be used for whole page designs. When you compare the two the time it takes for a browser to load a Flexbox based page over a Grid page, the Grid page will surely load faster. Also after some practice the Grid method is a lot quicker when getting your site ready for responsive design layouts. Here is a video of a side by side comparison of load times between Flexbox and Grid