PWA - Progressive Web Apps

Progressive Web Apps+

developers.google.com/web/progressive-web-apps/


Intro & Setup - Progressive Web App Training

Video Tuts Series by Google Chrome Developers - Mar 6, 2019


html5rocks.com/en/tutorials/workers/basics/


PWA Tutorial for Beginners #1 - What Are PWA's?

Series Video Tuts by The Net Ninja - May 6, 2019


Firebase Firestore Tutorial #1 - Introduction

Series Video Tuts by The Net Ninja - May 28, 2018


Turn a web app into a PWA in 10 minutes

Video Tuts by vaadinofficial - Oct 10, 2018


bitsofco.de/web-workers-vs-service-workers-vs-worklets/


developers.google.com/web/fundamentals/push-notifications



blog.sessionstack.com/how-javascript-works-service-workers-their-life-cycle-and-use-cases-


developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API


bitsofco.de/web-workers-vs-service-workers-vs-worklets/


Web Workers:

Web Workers is a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and channel attributes are always null). Once created, a worker can send messages to the JavaScript code that created it by posting messages to an event handler specified by that code (and vice versa.)

Example Usage: Browser extensions and HTML5 games

Service Workers:

Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.

Example Usage: Progressive Web Apps

PWA & Wordpress+

wordpress.org/plugins/super-progressive-web-apps/


wordpress.org/plugins/pwa/


onesignal.com


How to Add Push Notification to WordPress Website For Free - 2020

Video Tuts by Web Technical Tips - Jan 2, 2020


Send Push Notifications Through Wordpress Using OneSignal

Video Tuts by Ferdy Korpershoek - Jun 6, 2019


PWA WordPress | PWA Push Notifications tutorial | PWA WordPress plugin | One Signal | SuperPWA

Video Tuts by Imran Sayed - Mar 28, 2020



mobiloud.com/blog/wordpress-to-pwa/


medium.com/beginners-guide-to-mobile-web-development/making-a-pwa-with-wordpress-from-scratch-part-1-sans-code-69c1b9cbf955



- +


AMP+


PWA vs AMP : Choosing the best for me?

An article by Vinod Saratchandran -Dec 13, 2017


wordpress.org/plugins/pwa-for-wp/

PWA for WP & AMP By Magazine3


wordpress.org/plugins/accelerated-mobile-pages/

AMP for WP – Accelerated Mobile Pages By Ahmed Kaludi, Mohammed Kaludi



© 2025 My Wordpress collection by Mizanur Rahman