Troubleshoot
Kindly note this SDK is only compatible with React v18.0 and onwards
React Functional Components
We use React functional components to build the functionalities for multiplayer. We recommend using functional components in your app for seamless integration of these multiplayer features.
Live presence and live cursors is rendered on the app through JSX to create front-end HTML elements. This JSX code is compiled by Babel into regular JavaScript that React can understand and use to render the component.
Last updated