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

Support Apollo Client v3 #1380

Closed
kamilkisiela opened this issue Oct 30, 2019 · 15 comments
Closed

Support Apollo Client v3 #1380

kamilkisiela opened this issue Oct 30, 2019 · 15 comments

Comments

@kamilkisiela
Copy link
Owner

No description provided.

@JustinElst
Copy link

Looks like allot of progress has been made over at https://github.com/apollographql/apollo-client/blob/release-3.0/ is this sufficient to start implementing 3.0?

@kamilkisiela
Copy link
Owner Author

I'm working on it here #1383. I think it's fairly stable to start using Apollo Client v3. You can expect an alpha release this weekend.

@witcotech-admin
Copy link

Any chance that the observable variables from v1 that were dropped in v2 (#425) might get re-implemented for v3? :)

@qortex
Copy link

qortex commented Feb 21, 2020

Interesting update with the caching system, might be interesting to see how it fits with angular wrapper: apollographql/apollo-feature-requests#5

@wSedlacek wSedlacek mentioned this issue Mar 27, 2020
@Eraldo
Copy link

Eraldo commented Jun 14, 2020

Is this package still actively maintained?
What is the suggested way of combining apollo v3 and angular?

@kamilkisiela
Copy link
Owner Author

@Eraldo is Apollo Client v3 out already? Once it's out, there will be a major version of Apollo Angular too

@Eraldo
Copy link

Eraldo commented Jun 16, 2020

I am super glad to hear that.
Thank you @kamilkisiela. 😄

@mattwilson1024
Copy link

Apollo Client 3.0 has been officially released now 🎉

Blog Announcement
Github Release

Pleased to hear that there will be a new version of Apollo Angular, will be great to have access to the new caching features.

@charsleysa
Copy link

@kamilkisiela is #1383 able to be merged or will a new PR be needed?

@KeithGillette
Copy link
Contributor

The Apollo team published Apollo Client 3.1 today. Any timeline for an Apollo Angular release supporting v3?

@d2kx
Copy link

d2kx commented Jul 28, 2020

There is a PR open that supports AC3 (now released as apollo-angular@2.0.0-beta.3) here: #1383

Please help testing it and giving feedback if you can! @KeithGillette @charsleysa

@intellix
Copy link
Contributor

intellix commented Aug 5, 2020

@kamilkisiela it looks like you forgot to push the tag for apollo-angular-link-persisted@2.0.0. I can install 2.0.0-alpha.6, will see

@kamilkisiela
Copy link
Owner Author

@intellix apollo-angular-link-persisted wasn't updated, I changed its version by mistake :(

@intellix
Copy link
Contributor

intellix commented Aug 5, 2020

Tried updating and fixed all of the type errors but just ended up with a WSOD (White Screen of Death) with the tab freezing with 150% CPU and was unable to even profile why. Guess I'll wait for other people to try it out

@JesseZomer
Copy link

JesseZomer commented Aug 10, 2020

The Apollo team published Apollo Client 3.1 today. Any timeline for an Apollo Angular release supporting v3?

Also interested in this. This as a feature that allows me to workaround this bug: apollographql/apollo-client#6760

basically 'cache-and-network' fetchpolicies now do a network request everytime something updates the query. I have a page where I do a few local mutations and update a query. This then gets overwritten by the network request data coming in.
3.1 gives us the setting nextFetchPolicy which allows us to get the old 'cache-and-network' behaviour back (more here: apollographql/apollo-client#6760 (comment))

edit: nvm, a npm i fixed it 👍

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