Build Single Page Apps - Part 5 - HTML 5 and ASP.NET Web Optimization

In this article, John Papa writes

Single Page Apps (SPA) are all the rage, and while it's exciting to talk about the JavaScript we use in the SPA, the HTML is just as important. If HTML5 tags are used, then its important to make sure that you prepare for a graceful degradation if you want older browser support. Also, the HTML shell should handle this and pull in scripts as efficiently as possible.