Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,10 +1,10 @@
 Awesome Progressive Web Apps !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Progressive Web Apps !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated collection of Progressive Web Apps resources.
▐ Progressive web apps are a new breed of web apps. They combine the benefits of a native app with the low friction nature of the web. Progressive web apps start off as simple websites, but 
▐ as the user interacts with them, they progressively gain new powers. They transform from a website into something much more like a traditional native app.
▐ Progressive web apps are a new breed of web apps. They combine the benefits of a native app with the low friction nature of the web. Progressive web apps start off as simple websites, but as the user interacts with them, they 
▐ progressively gain new powers. They transform from a website into something much more like a traditional native app.
▐ 
▐ -- 
@@ -31,15 +31,13 @@
Must Reads
- Building Progressive Web Apps - O'Reilly Media (https://pwabook.com/oreillyapwa) - A deep dive into progressive web apps, service workers, push notifications, background sync, IndexedDB, 
offline first and much more.
- Offline Web Applications Using IndexedDB & Service Worker (https://www.udacity.com/course/offline-web-applications--ud899) - A free Udacity course introducing the basic concepts of building
a progressive web app.
- Building Progressive Web Apps - O'Reilly Media (https://pwabook.com/oreillyapwa) - A deep dive into progressive web apps, service workers, push notifications, background sync, IndexedDB, offline first and much more.
- Offline Web Applications Using IndexedDB & Service Worker (https://www.udacity.com/course/offline-web-applications--ud899) - A free Udacity course introducing the basic concepts of building a progressive web app.
Learning Resources
- Google Developers - Your First Progressive Web App (https://developers.google.com/web/fundamentals/getting-started/your-first-progressive-web-app/?hl=en) - A step-by-step guide to building 
a progressive web apps using the app shell pattern.
- Google Developers - Your First Progressive Web App (https://developers.google.com/web/fundamentals/getting-started/your-first-progressive-web-app/?hl=en) - A step-by-step guide to building a progressive web apps using the app shell 
pattern.
- Awesome Service Workers (https://github.com/TalAter/awesome-service-workers) - A collection of awesome resources for learning service workers.
- Service Workers W3C Specification (https://www.w3.org/TR/service-workers/) - The official service workers spec.
@@ -50,25 +48,20 @@
Videos
- Instant Loading: Building offline-first Progressive Web Apps - Google I/O 2016 (https://youtu.be/cmGr0RszHc8) - A quick dive into the most common technologies and techniques for building 
progressive web apps.
- Intro To Progressive Web Apps (https://www.udacity.com/course/intro-to-progressive-web-apps--ud811) - This free Udacity course by Google covers intro to PWAs, service workers and web app 
manifests.
- Offline Web Applications Using IndexedDB & Service Worker (https://www.udacity.com/course/offline-web-applications--ud899) - This free Udacity course is a must if you're planning to dive 
deep into service workers.
- Instant Loading: Building offline-first Progressive Web Apps - Google I/O 2016 (https://youtu.be/cmGr0RszHc8) - A quick dive into the most common technologies and techniques for building progressive web apps.
- Intro To Progressive Web Apps (https://www.udacity.com/course/intro-to-progressive-web-apps--ud811) - This free Udacity course by Google covers intro to PWAs, service workers and web app manifests.
- Offline Web Applications Using IndexedDB & Service Worker (https://www.udacity.com/course/offline-web-applications--ud899) - This free Udacity course is a must if you're planning to dive deep into service workers.
- Progressive Web Apps (Chrome Dev Summit 2015) (https://www.youtube.com/watch?v=MyQ8mtR9WxI) - 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 (https://www.youtube.com/watch?v=fFF2Yup2dMM) - Using Polymer to build progressive web apps.
Case Studies
- Building the Google I/O 2016 Progressive Web App (https://developers.google.com/web/showcase/2016/iowa2016) - Building and launching a progressive web app using web components, Polymer, and
material design.
- Building the Google I/O 2016 Progressive Web App (https://developers.google.com/web/showcase/2016/iowa2016) - Building and launching a progressive web app using web components, Polymer, and material design.
- AliExpress Case Study (https://developers.google.com/web/showcase/2016/aliexpress) - AliExpress increases conversion rate for new users by 104% with new progressive web apps.
- eXtra Electronics Case Study (https://developers.google.com/web/showcase/2016/extra) - United eXtra Electronics grows eCommerce sales by 100% with Web Push Notifications.
- Jumia Case Study (https://developers.google.com/web/showcase/2016/jumia) - Push Notifications help Jumia reverse cart abandonment and increase conversions by 9X.
- Konga Case Study (https://developers.google.com/web/showcase/2016/konga) - Konga cuts data usage 92% with new Progressive Web App.
- Suumo Case Study (https://developers.google.com/web/showcase/2016/suumo) - Japan's top real estate site supercharges new listings with web Push Notifications and sees a 31% open rate for 
notifications.
- Suumo Case Study (https://developers.google.com/web/showcase/2016/suumo) - Japan's top real estate site supercharges new listings with web Push Notifications and sees a 31% open rate for notifications.
Sample Progressive Web Apps
@@ -92,16 +85,15 @@
Background Sync
- Introducing Background Sync (https://developers.google.com/web/updates/2015/12/background-sync) - A gentle introduction to background sync, along with some great videos and code samples.
- Background Sync Explained (https://github.com/WICG/BackgroundSync/blob/master/explainer.md) - The official "explainer" document for background sync, including one-off synchronization and 
periodic synchronization.
- Background Sync Explained (https://github.com/WICG/BackgroundSync/blob/master/explainer.md) - The official "explainer" document for background sync, including one-off synchronization and periodic synchronization.
- Background Sync Spec (https://wicg.github.io/BackgroundSync/spec/) - The WIP spec for Background Sync.
Push Notifications
- Can I Use - Push API (http://caniuse.com/#feat=push-api) - Up-to-date browser support table of Push API.
- Chrome Platform Status - Web Notifications (https://www.chromestatus.com/feature/5480344312610816) - Implementation status for Chrome and other browsers.
- PWA Dev Summit 2016 codelab - Push Notifications (https://developers.google.com/web/fundamentals/getting-started/push-notifications/?hl=en) Up-to-date getting started tutorial for 
Progressive Web App, Push Notifications and service worker basics.
- PWA Dev Summit 2016 codelab - Push Notifications (https://developers.google.com/web/fundamentals/getting-started/push-notifications/?hl=en) Up-to-date getting started tutorial for Progressive Web App, Push Notifications and service 
worker basics.
- Using the Push API (https://developer.mozilla.org/en-US/docs/Web/API/Push_API/Using_the_Push_API) - An article introducing Push API.
- web-push-libs (https://github.com/web-push-libs) - A collection of useful libraries for web push in different technologies (Node.js, PHP, Python, etc.)
@@ -111,11 +103,10 @@
Installable Web Apps
- Increasing Engagement with Web App Install Banners (https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android?hl=en) - An intro 
to App Install Banners and making sure Chrome offers your web app to your users.
- Installable Web Apps with the Web App Manifest in Chrome for Android 
(https://developers.google.com/web/updates/2014/11/Support-for-installable-web-apps-with-webapp-manifest-in-chrome-38-for-Android) - An introduction to installable Web Apps in Chrome for 
Android.
- Increasing Engagement with Web App Install Banners (https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android?hl=en) - An intro to App Install Banners and making sure Chrome
offers your web app to your users.
- Installable Web Apps with the Web App Manifest in Chrome for Android (https://developers.google.com/web/updates/2014/11/Support-for-installable-web-apps-with-webapp-manifest-in-chrome-38-for-Android) - An introduction to installable 
Web Apps in Chrome for Android.
App Icons
@@ -126,19 +117,14 @@
- Introducing the Web Share API (https://developers.google.com/web/updates/2016/10/navigator-share) - High level introduction to the Web Share API.
- Web Share API explainer (https://github.com/WICG/web-share/blob/master/docs/explainer.md) - An explanation of the API, along with some examples. Part of the proposal doc.
- Web Share Target API (https://github.com/WICG/web-share-target) - The proposal for the Web Share Target API, as well as a high level explainer 
(https://github.com/WICG/web-share-target/blob/master/docs/explainer.md).
- Web Share Target API (https://github.com/WICG/web-share-target) - The proposal for the Web Share Target API, as well as a high level explainer (https://github.com/WICG/web-share-target/blob/master/docs/explainer.md).
Awesome Performance
- Web Fundamentals - Performance (https://developers.google.com/web/fundamentals/performance/) - Google's performance learning portal, containing a wealth of knowledge on optimizing your web 
apps for perfomance.
- Introducing RAIL: A User-Centric Model For Performance (https://www.smashingmagazine.com/2015/10/rail-user-centric-model-performance/) - The seminal introduction to RAIL by the Gang of 
Pauls.
- Web Fundamentals - Performance (https://developers.google.com/web/fundamentals/performance/) - Google's performance learning portal, containing a wealth of knowledge on optimizing your web apps for perfomance.
- Introducing RAIL: A User-Centric Model For Performance (https://www.smashingmagazine.com/2015/10/rail-user-centric-model-performance/) - The seminal introduction to RAIL by the Gang of Pauls.
- Website Performance Optimization (https://udacity.com/ud884) - A free Udacity course on optimizing websites for speed.
- Browser Rendering Optimization (https://udacity.com/ud860) - A free Udacity course helping you create web apps that maintain jank-free 60fps performance.
- The PRPL Pattern (https://developers.google.com/web/fundamentals/performance/prpl-pattern/) - A new pattern for structuring and serving Progressive Web Apps, with an emphasis on 
performance.
- Browser Rendering Performance (https://developers.google.com/web/fundamentals/performance/rendering/) - Understand how HTML, JavaScript and CSS is handled by the browser, and how to 
optimize your page accordingly.
- The PRPL Pattern (https://developers.google.com/web/fundamentals/performance/prpl-pattern/) - A new pattern for structuring and serving Progressive Web Apps, with an emphasis on performance.
- Browser Rendering Performance (https://developers.google.com/web/fundamentals/performance/rendering/) - Understand how HTML, JavaScript and CSS is handled by the browser, and how to optimize your page accordingly.