Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 15f16e4

Browse files
committed
README updates
1 parent be05ae7 commit 15f16e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99
> ⚠️ **Deprecation Notice** ⚠️
1010
>
11-
> Please note that as of version 4.0.0 you should prefer to import React hooks and testing utilities from `@apollo/client`. While we still have separate `@apollo/react-hooks` and `@apollo/react-testing` packages for ease of migration, they are no longer under active development, as they simply re-export from `@apollo/client`. React Apollo's `graphql` HOC (`@apollo/react-hoc`) and render proper components (`@apollo/react-components`) are in maintenance mode, meaning they will continue to receive important bug fixes, but will not be updated with new functionality.
11+
> Please note that 4.0.0 is the final version of all React Apollo packages, and that this repository is going to be archived. React Apollo functionality is now directly available from `@apollo/client` >= 3. While using the `@apollo/react-X` packages will still work, we recommend using the following imports from `@apollo/client` directly instead:
12+
>
13+
> - old: `@apollo/react-components` --> new: `@apollo/client/react/components`
14+
> - old: `@apollo/react-hoc` --> new: `@apollo/client/react/hoc`
15+
> - old: `@apollo/react-ssr` --> new: `@apollo/client/react/ssr`
16+
> - old: `@apollo/react-testing` --> new: `@apollo/client/testing`
17+
> - old: `@apollo/react-hooks` --> new: `@apollo/client`
1218
1319
React Apollo allows you to fetch data from your GraphQL server and use it in building complex and reactive UIs using the React framework. React Apollo may be used in any context that React may be used. In the browser, in React Native, or in Node.js when you want to do server-side rendering.
1420

0 commit comments

Comments
 (0)