Skip to content

Commit a0750ec

Browse files
authored
docs(README.md): add a note about official Apollo hooks
1 parent c923a1b commit a0750ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Use [Apollo Client](https://github.com/apollographql/apollo-client) as React
44
[hooks](https://reactjs.org/docs/hooks-intro.html).
55

6+
There is also a beta version of the
7+
[official React Apollo Hooks](https://www.npmjs.com/package/@apollo/react-hooks) available. I recommend considering it for new projects.
8+
This library will be deprecated after the release of the stable version of [@apollo/react-hooks](https://www.npmjs.com/package/@apollo/react-hooks).
9+
610
[![CircleCI](https://circleci.com/gh/trojanowski/react-apollo-hooks.svg?style=svg)](https://circleci.com/gh/trojanowski/react-apollo-hooks)
711

812
# Installation

0 commit comments

Comments
 (0)