Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Last active March 17, 2019 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosefJezek/59c6966c28589234bd5e64550a377a80 to your computer and use it in GitHub Desktop.
Save JosefJezek/59c6966c28589234bd5e64550a377a80 to your computer and use it in GitHub Desktop.
PWA Kit 2019

PWA Kit 2019

The PWA Kit 2019 is list of resources for building modern PWA apps based on new browser W3C standard Web Components.

Why Web Components

In the last several years, the component-based model for web application development was popularized, and the JavaScript community blossomed with a wide variety of libraries and approaches. Work on standardizing the web’s native component model began at Google in 2012, and after several years of open development, was successfully implemented across all major browsers in 2019.

Web components provide a standards-based solution to problems like reusability, interopability, and encapsulation. Using the browser's native component model will increase the longevity of your application. The web has an extremely strong tradition of backwards-compatibility, as standards bodies have consistently gone out of their way to maintain legacy APIs.

Guides

Components

IDE

Building & Code Splitting

Starter Templates

Examples

Other Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment