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
you could try the sw-precache webpack plugin, I've put it into browser.js webpack config and it gives you a sophisticated service worker made by Google, which handles all the Offline stuff.
I was having a faff about with redux-offline & redux-persist and found out that they do not give a care about bootstrap data from the server render, very botherous. Might have to leave this part of the PWA stuff alone until we're on Apollo 2 and not presuming redux any more.
Apologies for the generic response, but I've released a new v3.0 kit, which has been re-written from the ground up.
It bumps the ReactQL stack to Webpack 4, React 16.4, Apollo Client 2.0, and adds Styled Components, full SSR (even in development), and has been re-written in Typescript. It's leaner, faster and has been brought completely up-to-date.
If you're still using ReactQL (and I appreciate you may not be, given the time lag in my response), I'd recommend checking out the new kit to see if your issue has been answered. If not, please feel free to post a new issue at https://github.com/leebenson/reactql
Explore adding in features of Progressive Web Apps
The text was updated successfully, but these errors were encountered: