A ________ allows web applications to load and function correctly even when the user is offline.
- Browser Cache
- Network Proxy
- Progressive Web App (PWA)
- Service Worker
A Progressive Web App (PWA) enables web applications to load and function correctly even when the user is offline. PWAs use service workers to achieve this functionality. While service workers play a role in this process, the correct answer directly describes the technology enabling offline functionality.
Loading...
Related Quiz
- What are Redux selectors and why to use them?
- How can Web Workers be beneficial for performance in a React application?
- How does React Native handle the rendering of components on different platforms (iOS and Android)?
- Why are Redux state functions called reducers?
- Do you need to have a particular build tool to use Redux?