Skip to content

Latest commit

 

History

History
84 lines (70 loc) · 4.95 KB

pwa.md

File metadata and controls

84 lines (70 loc) · 4.95 KB

Bookmarks tagged [pwa]

https://stenciljs.com/

Stencil is a simple compiler for generating Web Components and progressive web apps (PWA). Stencil was built by the Ionic Framework team for its next generation of performant mobile and desktop Web Co...


https://blog.angular-university.io/service-workers/

Get a theoretical and practical understanding of Service Workers, by implementing one of its main use cases: Application Download, Installation & Versioning


https://blog.angular-university.io/angular-service-worker/

Learn all about the multiple PWA caching configuration options of the ngws-config.json file, build Progressive Web Apps using the Angular Service Worker

  • 📆 published on: 2018-06-18
  • tags: angular, pwa

https://jakearchibald.com/2014/offline-cookbook/

Fantastic article by Jake Archibald explaining in details all aspects of Service Worker’s caching, with code snippets and examples.

Together with Udacity I created a [free offline-first interactive c...


https://jakearchibald.github.io/isserviceworkerready/

Tracks the features of ServiceWorker supported in browsers.


http://webagility.com/posts/how-progressive-web-apps-make-the-web-great-again

Progressive Web Applications is one of the hottest trends in Web Development right now, with more and more people willing to learn about the concept and technology. Most of the articles on this topic ...

  • 📆 published on: 2017-03-14
  • tags: pwa

https://developers.google.com/web/progressive-web-apps/

Progressive Web Apps are user experiences that have the reach of the web, and are:

  • Reliable - Load instantly and never show the downasaur, even in uncertain network conditions.
  • Fast - Res...
  • tags: pwa

https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker

Service Worker Recipes


https://serviceworke.rs/

The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web apps.


http://blog.ionic.io/navigating-the-world-of-progressive-web-apps-with-ionic-2/

Building progressive web apps can be hard. Getting what is traditionally considered a “native” look and feel on the web is something that many web technologies are just getting the hang of.

  • 📆 published on: 2016-09-30
  • tags: ionic, pwa