Progressive Web App
A Progressive Web App (PWA) is a website built with modern web APIs to behave like a native app — installable, capable of offline use, and able to send push notifications — while still being delivered through a standard browser and URL.
5 resources across 2 libraries
Glossary Terms(3)
Preact
Preact is a fast, 3KB alternative to React that implements the same modern API — components, hooks, and virtual DOM — in a much smaller package, often as a dro…
Ionic Framework
Ionic Framework is an open-source UI toolkit for building cross-platform mobile, desktop, and web apps from a single codebase using standard web technologies (…
Progressive Web App (PWA)
A Progressive Web App (PWA) is a website built with modern web APIs to behave like a native app — installable, capable of offline use, and able to send push no…
Interview Questions(2)
What is a Service Worker?
A service worker is a background JavaScript script the browser runs separately from the page, letting it intercept network requests, cache responses, and enabl…
What Is a Progressive Web App (PWA)?
A Progressive Web App is a website built with a web app manifest and a service worker so it can be installed to a device’s home screen, launch in its own windo…