May 2018
Intermediate to advanced
470 pages
13h 54m
English
Users on MERN VR Game will be able to open and play any of the games from within the application. To enable this, we will set up a route on the server that renders index.html, which was generated with React 360, in the response to a GET request at the following path:
/game/play?id=<game ID>
The path takes a game ID value as a query parameter, which is used in the React 360 code to fetch the game details with the read API.
Read now
Unlock full access