Showing posts with label pwa. Show all posts
Showing posts with label pwa. Show all posts

How to Apply PWA for Micro Frontend (MFE) Architecture

The convergence of Progressive Web Apps (PWAs) and Micro Frontend (MFE) architecture represents a powerful approach to building modern, scalable web applications. By combining the offline capabilitie…

Basic Service Worker template

This is a basic service worker template that works with all browser. This was built to enable service worker in iOS 9 on iPad Mini

Basic offline mode service worker on GitHub Pages

The given example is with reference from https://googlechrome.github.io/samples/service-worker/basic/. This is a simple guide to get start with service worker for your GitHub profile page. What does…