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

General Discussion

What is Graceful Degredation and Progressive Enhancement?

I was just wondering if someone could explain these to me... I've been seeing these terms used a lot lately.

1 Answer

Ryan Field
PLUS
Ryan Field
Courses Plus Student 21,242 Points

Hi, Zack.

Graceful degradation is the idea that you build something with the state-of-the-art features in mind, and then create fallbacks so that those features 'gracefully degrade' with older browsers that might not support the latest technology.

Progressive enhancement is the opposite idea; you start by designing the core features that will work across all browsers, and then build up those core features to take advantage of the latest features and technologies that are available in more modern browsers.

Ryan, thanks again for your timely answer. Which method, in your opinion, is a better idea?

Nathan F.
Nathan F.
30,773 Points

Most developers and designers these days are proponents of progressive enhancement, just as many are proponents of the mobile-first approach to designing a website. But it is also complicated by the number of sophisticated web apps out there. Treehouse itself has a blog post discussing the past, present, and future of progressive enhancement.