Showing posts with label service worker. Show all posts
Showing posts with label service worker. 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 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…