Support for Apollo Client 3
See original GitHub issueApollo-client 3 is in the beta phase now, with release planned within the next month or so (most likely - no date has been committed to yet).
The dependencies for next-with-apollo should be updated as needed.
This probably will require a 5.0.0
major version bump since this is a breaking change.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Migrating to Apollo Client 3.0 - Apollo GraphQL Docs
This article walks you through migrating your application to Apollo Client 3.0 from previous versions of Apollo Client. To illustrate the migration process, ......
Read more >Introduction to Apollo Client - Apollo GraphQL Docs
Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL.
Read more >Get started with Apollo Client - Apollo GraphQL Docs
Step 1: Setup · Step 2: Install dependencies · Step 3: Initialize ApolloClient · Step 4: Connect your client to React · Step...
Read more >Queries - Apollo GraphQL Docs
This article shows how to fetch GraphQL data in React with the useQuery hook and attach the result to your UI. You'll also...
Read more >Migrating to Apollo Kotlin 3.0 - Apollo GraphQL Docs
Apollo Kotlin 3 provides a few helpers and compatibility modes to ease the ... Remove apollo-coroutines-support and apollo-android-support if applicable.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this because this package doesn’t depend on Apollo packages as @hoangvvo said, try to be up to date with the beta of Apollo 3 because they had multiple version with
getDataFromTree
not working at all.next-with-apollo
is independent from Apollo Client version because you are supplying it with your Apollo Client. The previous versions has a dependency on @apollo/react-ssr, which only work with v2, but it is not the case anymore.