From 5e19c35405ab20bf63fe75abe93fe404b5128819 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Mon, 24 Jun 2024 13:35:55 +0200 Subject: [PATCH] add react-yjs to bindings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e19b9dc8..b7265b42 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ are implemented in separate modules. | [Lexical](https://lexical.dev/) | ✔ | (native) | [demo](https://lexical.dev/docs/collaboration/react#see-it-in-action) | | [valtio](https://github.com/pmndrs/valtio) | | [valtio-yjs](https://github.com/dai-shi/valtio-yjs) | [demo](https://codesandbox.io/s/valtio-yjs-demo-ox3iy) | | [immer](https://github.com/immerjs/immer) | | [immer-yjs](https://github.com/sep2/immer-yjs) | [demo](https://codesandbox.io/s/immer-yjs-demo-6e0znb) | +| React | | [react-yjs](https://github.com/nikgraf/react-yjs) | [demo](https://react-yjs-example.vercel.app/) | | React / Vue / Svelte / MobX | | [SyncedStore](https://syncedstore.org) | [demo](https://syncedstore.org/docs/react) | | [mobx-keystone](https://mobx-keystone.js.org/) | | [mobx-keystone-yjs](https://github.com/xaviergonz/mobx-keystone/tree/master/packages/mobx-keystone-yjs) | [demo](https://mobx-keystone.js.org/examples/yjs-binding) |