A simple chat client and server to demonstrate how straightforward is to integrate Colyseus room states with ReactJS.
The ChatRoom room handler is able to handle different instances by passing the room name in the URL hash.
Examples: #colyseus, #react, #node.
git clone https://github.com/endel/colyseus-react-example.git
cd colyseus-react-example
npm install
npm start
Front-end project structure based on react-starter-project
MIT