Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressive Web App features #31

Closed
leebenson opened this issue May 30, 2017 · 3 comments
Closed

Progressive Web App features #31

leebenson opened this issue May 30, 2017 · 3 comments
Assignees

Comments

@leebenson
Copy link
Member

Explore adding in features of Progressive Web Apps

@xtools-at
Copy link

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.

@klarstrup
Copy link
Contributor

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.

@leebenson
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants