apollographql / react-apollo

:recycle: React integration for Apollo Client
https://www.apollographql.com/docs/react/
MIT License
6.85k stars 790 forks source link

Re-export all React Apollo functionality from @apollo/client #4037

Closed hwillson closed 4 years ago

hwillson commented 4 years ago

We have migrated all remaining React Apollo functionality into Apollo Client (https://github.com/apollographql/apollo-client/pull/6558). After Apollo Client 3 launches, our recommendation is to use the following entry points:

This PR removes all source from this repo, re-exporting React Apollo functionality from @apollo/client. We will publish a final major version of all React Apollo packages (excluding the umbrella react-apollo package which we asked people to move away from when React Apollo 3 launched), that will just re-export functionality from @apollo/client. While it will be possible to keep using the @apollo/react-X packages, switching over to the @apollo/client equivalents is recommended.