pwa.md
July 15, 2021 · View on GitHub
Bookmarks tagged [pwa]
www.codever.land/bookmarks/t/pwa
Stencil Home Page
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...
- tags: web-components, pwa
- :octocat: source code
Service Workers - Practical Guided Introduction (several examples)
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
- :calendar: published on: 2018-06-18
- tags: pwa, service-worker, javascript
- :octocat: source code
Angular Service Worker - Step-By-Step Guide
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
The offline cookbook - JakeArchibald.com
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...
- :calendar: published on: 2014-12-09
- tags: pwa, offline-first, service-worker
Is ServiceWorker ready?
https://jakearchibald.github.io/isserviceworkerready/
Tracks the features of ServiceWorker supported in browsers.
- Status
- Spec
- Intro
- Resources
- tags: service-worker, pwa
- :octocat: source code
How Progressive Web Apps make the Web great again / Webagility
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 ...
- :calendar: published on: 2017-03-14
- tags: pwa
Progressive Web Apps
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
samples/service-worker at gh-pages · GoogleChrome/samples · GitHub
https://github.com/GoogleChrome/samples/tree/gh-pages/service-worker
Service Worker Recipes
- tags: web-development, service-worker, pwa
- :octocat: source code
ServiceWorker Cookbook
The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web apps.
- tags: web-development, service-worker, pwa
- :octocat: source code
Navigating the World of Progressive Web Apps with Ionic 2 | The Official Ionic Blog
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.