🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Web Development Intermediate

What is Progressive Web App (PWA)?

A web application that uses modern web capabilities to deliver app-like experiences with offline support and push notifications.

PWAs combine the reach of websites with the capabilities of native apps. Key technologies include Service Workers (offline support, background sync), Web App Manifest (installability), and Push API (notifications).

PWAs work on any device, can be installed on the home screen, work offline, and receive push notifications. They avoid app store distribution requirements while providing native-like experiences.

Related Terms

Web Accessibility (a11y)
The practice of designing websites that can be used by people with disabilities, following WCAG guidelines.
Web Font Optimization
Techniques for loading custom fonts efficiently to minimize their impact on page load performance and visual stability.
Meta Tags
HTML elements in the page head that provide metadata about the document for browsers, search engines, and social media platforms.
Webhook
A mechanism where a server sends real-time HTTP POST notifications to a specified URL when specific events occur.
Content Negotiation
An HTTP mechanism where client and server agree on the best representation of a resource based on format, language, or encoding preferences.
HTTP/3
The latest HTTP version that uses QUIC instead of TCP, providing faster connections and better performance on unreliable networks.
View All Web Development Terms →