Skip to content

Commit

Permalink
feat: add yjs, remove realtime in react (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspincel authored Nov 4, 2024
1 parent 2f415d1 commit 2449427
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ NOTE: inside the `js/` directory you can find the `cnd/` directory, this contain
| Component | CDN | Vanilla | React |
| ----------------------------------- | --------------------------------------------- | ------------------------------------------------- | ----------------------------------------------- |
| Mouse Pointer | [πŸ”—](/js/cdn/mouse-pointers/) | [πŸ”—](/js/vanilla/mouse-pointers/) | [πŸ”—](/js/react/mouse-pointers/) |
| Forms Elements | [πŸ”—](/js/cdn/forms-elements/) | [πŸ”—](/js/vanilla/forms-elements/) | [πŸ”—](/js/react/forms-elements/) |
| Real-time Data Engine | [πŸ”—](/js/cdn/real-time-data-engine/) | [πŸ”—](/js/vanilla/realtime-data-engine/) | [πŸ”—](/js/react/real-time-data-engine/) |
| Forms Elements | [πŸ”—](/js/cdn/forms-elements/) | [πŸ”—](/js/vanilla/forms-elements/) | [πŸ”—](/js/react/forms-elements/) |
| Real-time Data Engine | [πŸ”—](/js/cdn/real-time-data-engine/) | [πŸ”—](/js/vanilla/realtime-data-engine/) | |
| Presence3D for Autodesk | [πŸ”—](/js/cdn/autodesk/) | [πŸ”—](/js/vanilla/autodesk/) | [πŸ”—](/js/react/autodesk/) |
| Presence3D for Matteport | [πŸ”—](/js/cdn/matterport/) | [πŸ”—](/js/vanilla/matterport/) | [πŸ”—](/js/react/matterport/) |
| Presence3D for ThreeJS | [πŸ”—](/js/cdn/threejs/) | [πŸ”—](/js/vanilla/threejs/) | [πŸ”—](/js/react/threejs/) |
Expand All @@ -43,14 +43,16 @@ NOTE: inside the `js/` directory you can find the `cnd/` directory, this contain
| Contextual Comments with ThreeJS | [πŸ”—](/js/cdn/contextual-comments-threejs/) | [πŸ”—](/js/vanilla/contextual-comments-threejs/) | [πŸ”—](/js/react/contextual-comments-threejs/) |
| Video Conference | [πŸ”—](/js/cdn/video-conference/) | [πŸ”—](/js/vanilla/video-conference/) | [πŸ”—](/js/react/video-conference/) |
| Who-is-Online | [πŸ”—](/js/cdn/who-is-online/) | [πŸ”—](/js/vanilla/who-is-online/) | [πŸ”—](/js/react/who-is-online/) |
| Yjs Provider with Monaco | | [πŸ”—](/js/vanilla/yjs-provider-with-monaco/) | [πŸ”—](/js/react/yjs-provider-with-monaco/) |
| Yjs Provider with Quill | | [πŸ”—](/js/vanilla/yjs-provider-with-quill/) | [πŸ”—](/js/react/yjs-provider-with-quill/) |

## Samples with TypeScript

| Component | Vanilla | React |
| ----------------------------------- | ------------------------------------------------- | ----------------------------------------------- |
| Mouse Pointer | [πŸ”—](/ts/vanilla/mouse-pointers/) | [πŸ”—](/ts/react/mouse-pointers/) |
| Forms Elements | [πŸ”—](/ts/vanilla/forms-elements/) | [πŸ”—](/ts/react/forms-elements/) |
| Real-time Data Engine | [πŸ”—](/ts/vanilla/realtime-data-engine/) | [πŸ”—](/ts/react/real-time-data-engine/) |
| Forms Elements | [πŸ”—](/ts/vanilla/forms-elements/) | [πŸ”—](/ts/react/forms-elements/) |
| Real-time Data Engine | [πŸ”—](/ts/vanilla/realtime-data-engine/) | |
| Presence for Autodesk | [πŸ”—](/ts/vanilla/autodesk/) | [πŸ”—](/ts/react/autodesk/) |
| Presence for Matteport | [πŸ”—](/ts/vanilla/matterport/) | [πŸ”—](/ts/react/matterport/) |
| Presence for ThreeJS | [πŸ”—](/ts/vanilla/threejs/) | [πŸ”—](/ts/react/threejs/) |
Expand All @@ -61,6 +63,8 @@ NOTE: inside the `js/` directory you can find the `cnd/` directory, this contain
| Contextual Comments with ThreeJS | [πŸ”—](/ts/vanilla/contextual-comments-threejs/) | [πŸ”—](/ts/react/contextual-comments-threejs/) |
| Video Conference | [πŸ”—](/ts/vanilla/video-conference/) | [πŸ”—](/ts/react/video-conference/) |
| Who-is-Online | [πŸ”—](/ts/vanilla/who-is-online/) | [πŸ”—](/ts/react/who-is-online/) |
| Yjs Provider with Monaco | [πŸ”—](/ts/vanilla/yjs-provider-with-monaco/) | [πŸ”—](/ts/react/yjs-provider-with-monaco/) |
| Yjs Provider with Quill | [πŸ”—](/ts/vanilla/yjs-provider-with-quill/) | [πŸ”—](/ts/react/yjs-provider-with-quill/) |

## Project roadmap

Expand Down

0 comments on commit 2449427

Please sign in to comment.