You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
I'm using SW precache v2 in my React App and webpack. However, I am not getting the same results. My app works offline but on page reload(offline or online) everything from the DOM disappears and gets fetched again, the results do come from the service worker: (see photo below). In contrast, this app shell demo, react-hn app, and thesession.org app dont even make a request on page reload. What I'm I missing?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using SW precache v2 in my React App and webpack. However, I am not getting the same results. My app works offline but on page reload(offline or online) everything from the DOM disappears and gets fetched again, the results do come from the service worker: (see photo below). In contrast, this app shell demo, react-hn app, and thesession.org app dont even make a request on page reload. What I'm I missing?
The text was updated successfully, but these errors were encountered: