microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Live Share React package

ryanbliss opened this issue · comments

We have heard numerous times that building Live Share apps is harder in functional React components than many other frameworks. There are a few reasons for this, but the most common is due to managing event listeners within functional components that are using useState or useCallback. There is also a desire to write less duplicate custom hooks, reduce the reliance on up-front schema definitions, and "prop drilling".

Track the progress on this package via #384.

Closed with #384