Frontend
30 views
Service Worker
Quick Definition
Background script enabling offline support and notifications
Full Definition
A script running in the background enabling offline support and push notifications.
Examples
caching strategies, offline mode, background sync, push API
Related Terms
progressive-web-app
caching
offline-first
More Frontend Terms
Context API
React mechanism for sharing state without prop drilling
State Management
Managing application data state across components
Single-Page Application
Web app that loads once and dynamically updates content
Hydration
Process of attaching JS event handlers to server-rendered HTML
Flexbox
CSS layout module for one-dimensional item arrangement
Design Token
Named values representing design decisions in platform-agnostic format