dojo / meta

:rocket: Dojo - meta information for the project.
Other
226 stars 50 forks source link

Add Better PWA support #251

Closed nicknisi closed 6 years ago

nicknisi commented 6 years ago

Dojo should have better out-of-the-box support for Progressive Web Apps (PWAs).

Background

PWA is a term for classifying web applications that are fast, reliable, and engaging to the point that they are nearly indistinguishable from native applications. This is accomplished through special tooling and standards that allow for a PWA to be accessible even when offline (caching through Service Workers) and installable on the home screen of mobile devices, just as if it were a native application. There id a PWA Checklist that details the criteria for what a PWA is.

Examples and POCs

Discussion and Goals

The main thing we need to determine is the goals we have for PWA support within dojo and then identify the steps we need to take to accomplish those them. We also need to evaluate the proof of concept implementations and check them against the goals we come up with here.

Initial Goals and Ideas

nicknisi commented 6 years ago

Issue moved to dojo/cli-build-app #96 via ZenHub