microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
94 stars 29 forks source link

React SDK `useSharedTree` and `useTreeNode` #783

Closed ryanbliss closed 1 month ago

ryanbliss commented 1 month ago

useSharedTree and useTreeNode

Implemented new useSharedTree and useTreeNode hooks to showcase SharedTree from Fluid V2. Also added ExampleSharedTree file to sample 04. Required major changes to tsconfig for all packages.

image

SharedTree in LiveCanvas

Updated LiveCanvas to use SharedTree, with the following key changes:

Fixed inking bug

Fixed #723