aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

Using it with Vue Apollo? Can I? #868

Closed frederikhors closed 4 years ago

frederikhors commented 4 years ago

I just discovered this project.

Congratulations, great job!

A question that I have not found an answer to in the docs: are there any problems if I use it with https://apollo.vuejs.org?

wtrocki commented 4 years ago

https://github.com/apollographql/apollo-cache-persist can be used with vue and it will give you read only offline capabilities.

As for Offix-client - it is generic. Works with any JS context and we have react helpers because of... react. Not that much a Vue person but it seems that this might work normally.

mmouterde commented 4 years ago

@frederikhors Have you finally tried with VueApollo ?

MitchellMonaghan commented 3 years ago

This is kind of late, but I am using offix with vue and vue-apollo

wtrocki commented 3 years ago

We haven't tested it