Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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.
@@ -52,8 +50,7 @@
- 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.
- 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.
@@ -88,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.)
@@ -107,10 +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
@@ -121,8 +117,7 @@
- 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
@@ -131,6 +126,5 @@
- 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.
- 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.