From 857dc44b666e76615793421474d77b02acec278a Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Mon, 4 Sep 2023 15:10:55 +0100 Subject: [PATCH] docs: add notice for react hooks v3 and new location --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e4b52a..922c53f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # @ably-labs/react-hooks +> [!IMPORTANT] +> The release candidate of our 3.0 react hooks library is currently available as a module of ably-js, which includes major improvements such as using a context provider and providing APIs to react to connection errors and channel errors. Please see the [new react hooks README](https://github.com/ably/ably-js/blob/main/docs/react.md#L1) for installation instructions and usage examples. + Use Ably in your React application using idiomatic, easy to use, React Hooks! Using this package you can: