Skip to content

Latest commit

 

History

History
103 lines (72 loc) · 7.54 KB

README.md

File metadata and controls

103 lines (72 loc) · 7.54 KB

Awesome Progressive Web Apps Awesome

A curated collection of Progressive Web Apps resources.

Progressive Web Apps are experiences that combine the best of the web and the best of apps. They are useful to users from the very first visit in a browser tab, no install required. As the user progressively builds a relationship with the App over time, it becomes more and more powerful. It loads quickly, even on flaky networks, sends relevant push notifications, has an icon on the home screen and loads as a top-level, full screen experience.

-- Google Developers - Your First Progressive Web App

PRs Welcome

If you want to contribute, please read the contribution guidelines.

Contents

Must Reads

Learning Resources

Browser Support

Videos

Case Studies

Sample Progressive Web Apps

Specific Technologies

Service Workers

CacheStorage API

Background Sync

Installable Web Apps

Push Notifications

IndexedDB

  • IndexedDB API - API docs, key concepts, and sample code from Mozilla.