Progressive Web Applications are a great way to extend the web experience to be performant across all devices and browsers. Enabled PWA support through examples and documentation would be very beneficial.
Use Case
PWAs make a great candidate for most web apps, even if everything but offline support, and most of the scores overlap with most common performance recommendations, so generally following web deployment best practices will already get you most of the way there.
Code Sample
TBD
Pros / Cons
Offline support / service workers are a little tricky and understanding how to do this simply without something like webpack may be challenging (or not!). Either way, it's worth looking into this and covering it as a topic in some capacity since it's a worthwhile practice to promote.
Type of Change
Summary
Progressive Web Applications are a great way to extend the web experience to be performant across all devices and browsers. Enabled PWA support through examples and documentation would be very beneficial.
Use Case
PWAs make a great candidate for most web apps, even if everything but offline support, and most of the scores overlap with most common performance recommendations, so generally following web deployment best practices will already get you most of the way there.
Code Sample
TBD
Pros / Cons
Offline support / service workers are a little tricky and understanding how to do this simply without something like webpack may be challenging (or not!). Either way, it's worth looking into this and covering it as a topic in some capacity since it's a worthwhile practice to promote.