From 185e2534f2fd9235c70bf5f414c8456b15d468ac Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Fri, 15 Sep 2023 10:55:44 +0200 Subject: [PATCH] README: Fix React categorisation and WebWorkers bug --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f02ab6de2c..e560aa0439 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This SDK supports the following platforms: **Node.js:** version 8.17 or newer. (1.1.x versions work on Node.js 4.5 or newer). We do not currently provide an ESM bundle, please [contact us](https://www.ably.com/contact) if you would would like to use ably-js in a NodeJS ESM project. +**React (release candidate)** We offer a set of React Hooks which make it seamless to use ably-js in your React application. See the [React Hooks documentation](./docs/react.md) for more details. + **React Native:** We aim to support all platforms supported by React Native. If you find any issues please raise an issue or [contact us](https://www.ably.com/contact). **NativeScript:** see [ably-js-nativescript](https://github.com/ably/ably-js-nativescript) @@ -28,7 +30,6 @@ This SDK supports the following platforms: **WebWorkers**: We build a separate bundle which supports running in a [Web Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) context. You can import it like this: -**React (experimental)** We offer a set of react hooks which make it seamless to use ably-js in your react application. See the [react hooks documentation](./docs/react.md) for more details. ```js import Ably from 'ably/build/ably-webworker.min'; ```