apollographql / react-apollo

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

Documentation doesn't match Deprecation Notice re @apollo/client #3983

Closed wingedearth closed 4 years ago

wingedearth commented 4 years ago

For react-apollo and @apollo/react-testing the packages' READMEs both say that the packages are being deprecated and that users should instead be using @apollo/client (and to also use it in place of @apollo/react-hooks). However, all of these packages point to https://www.apollographql.com/docs/react/ for documentation, and the official documentation makes absolutely no mention of @apollo/client and instead says to use @apollo/react-hooks. Why is this inconsistent?

wingedearth commented 4 years ago

It appears the deprecation notices are suggesting immediate migration to @apollo/client but does not mention that @apollo/client is still in beta. The documentation for @apollo/client does exist but in the beta section of the official docs.