This project shows how SNEX can be used together with React. The app creates a session, and a URL for session which is displayed on screen. When a user connects to session it adds an element representing the player and exposes all player input for each player in the DOM.
This project was bootstrapped with Create React App.
- Clone
git clone https://github.com/snex-io/snex-react-example.git
cd snex-react-example
- Install and start
yarn && yarn start