Frontend
30 views
Progressive Web App
Quick Definition
Web apps with native app-like experience and offline support
Full Definition
Web apps providing native app-like experience with offline support and installability.
Examples
service workers, push notifications, offline mode, installable
Related Terms
service-worker
web-app
offline-first
More Frontend Terms
Flexbox
CSS layout module for one-dimensional item arrangement
TypeScript
Superset of JavaScript with static type checking
Server Components
React components rendering on the server for better performance
Hydration
Process of attaching JS event handlers to server-rendered HTML
Virtual DOM
Lightweight DOM copy for efficient UI updates
JavaScript
Programming language enabling interactive web content