-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
support apollo-client v3.0.0 #25
Comments
Thank you for the awesome package! Do you have any ETA on when the support for @apollo/client >=3.0.0 arrives? |
Hi @terreb,
For these reasons, I think it is early to make an apollo-cache and apollo-offline integration that guarantees use in production without risking significant breaking changes. |
Hi @morrys, thank you for your reply. Makes sense indeed! |
What’s the latest update on AC3? Their docs point to https://github.com/apollographql/apollo-cache-persist for cache persistence now. |
It now appears that AC3 is mature enough and used to evaluate the release of its support 👍 At the moment I can't say when I will be able to release it but I will keep you updated so that you can help me test it 💯 |
Yeah that would be great, please do keep us updated. We are starting a new project now so will use v2 for the moment and would be happy to help test as you progress on v3. |
This is a great set of packages but the support for them are lacking, are there alternative repos that support persisted and cached graphQL requests, which work with apollo3-cache-persist (or replace it)? |
@calliday, the support for apollo 3 has not yet been carried out because even in the future version 3.4.0, which is now at the 19th release candidate, the store is very impacted. Also, the PR apollographql/apollo-client#5601 that allows for easy integration I suppose will never be accepted. I'm sorry for this but for now I don't feel like releasing the support with these conditions and not guaranteeing a correct functioning of the library in the medium / long term. |
todo
example projectbranch wora: https://github.com/morrys/wora/tree/apollo-client-3.0
branch examples: https://github.com/morrys/offline-examples/tree/apollo-client.3.0
The text was updated successfully, but these errors were encountered: