Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-progressive-web-apps
A collection of awesome resources for building progressive web apps
https://github.com/eric-erki/awesome-progressive-web-apps
Last synced: 1 day ago
JSON representation
-
Learning Resources
- Awesome Service Workers - A collection of awesome resources for learning service workers.
- Service Workers W3C Specification - The official service workers spec.
-
Videos
- Instant Loading: Building offline-first Progressive Web Apps - Google I/O 2016 - A quick dive into the most common technologies and techniques for building progressive web apps.
- Intro To Progressive Web Apps - This free Udacity course by Google covers intro to PWAs, service workers and web app manifests.
- Progressive Web Apps (Chrome Dev Summit 2015) - An introduction to progressive web apps by Alex Russell and Andreas Bovens.
- Polymer and Progressive Web Apps: Building on the modern web - Google I/O 2016 - Using Polymer to build progressive web apps.
-
Sample Progressive Web Apps
- PWA.rocks - A showcase of several progressive web apps, collected by the [Opera Dev Relations team](https://twitter.com/ODevRel).
- Guitar Tuner
- Voice Memos
- Hacker News
-
Specific Technologies
-
CacheStorage API
- CacheStorage API - API docs, and sample code from Mozilla.
-
Background Sync
- Background Sync Explained - The official "explainer" document for background sync, including one-off synchronization and periodic synchronization.
- Background Sync Spec - The WIP spec for Background Sync.
-
Push Notifications
- web-push-libs - A collection of useful libraries for web push in different technologies (Node.js, PHP, Python, etc.)
-
Installable Web Apps
- Android Asset Studio - Launcher Icon Generator - Generate Android style icons.
-
-
Awesome Performance
-
Web Share APIs
- Introducing RAIL: A User-Centric Model For Performance - The seminal introduction to RAIL by the Gang of Pauls.
- Website Performance Optimization - A free Udacity course on optimizing websites for speed.
- Browser Rendering Optimization - A free Udacity course helping you create web apps that maintain jank-free 60fps performance.
-
-
Must Reads
- Offline Web Applications Using IndexedDB & Service Worker - A free Udacity course introducing the basic concepts of building a progressive web app.