TouchDesigner / WebRTC-Remote-Panel-Web-Demo

A simple React project that can receive a WebRTC video stream from TouchDesigner and send back mouse and keyboard events.
Other
23 stars 3 forks source link

Use react hooks instead of class Components #12

Closed renaudfv closed 1 year ago

renaudfv commented 2 years ago

The web is pretty clear about it. Component classes should not be used in React anymore. https://usehooks.com/ https://dev.to/video-sdk/build-video-calling-app-using-react-hooks-1a79