OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

Added functional component of openvidu-react #187

Open moonthree opened 1 year ago

moonthree commented 1 year ago

I refactored openvidu-react as a functional component. and add openvidu-react-functional foler Recent React uses functional components. In projects that primarily use functional components, adding class components can cause some inconvenience. So I've refactored it as a functional component to use openvidu, and I'd like to share this if that's okay.