From d57629b36d3e80fea4acaa227bc5606b1171fa58 Mon Sep 17 00:00:00 2001 From: Yousef Date: Wed, 8 Dec 2021 14:35:12 +0100 Subject: [PATCH] Add SyncedStore to readme Not sure what the preferred way to share it would be, for now I added it to the Bindings :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 571f0b1a..c030c5a0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ are implemented in separate modules. | [Monaco](https://microsoft.github.io/monaco-editor/) | ✔ | [y-monaco](https://github.com/yjs/y-monaco) | [demo](https://demos.yjs.dev/monaco/monaco.html) | | [Slate](https://github.com/ianstormtaylor/slate) | ✔ | [slate-yjs](https://github.com/bitphinix/slate-yjs) | [demo](https://bitphinix.github.io/slate-yjs-example) | | [valtio](https://github.com/pmndrs/valtio) | | [valtio-yjs](https://github.com/dai-shi/valtio-yjs) | [demo](https://codesandbox.io/s/valtio-yjs-demo-ox3iy) | +| React / Vue / MobX | | [SyncedStore](https://syncedstore.org) | [demo](https://syncedstore.org/docs/react) | ### Providers