Making the VR Game Dynamic Using MERN

In this chapter, we will extend the MERN skeleton application to build the MERN VR game application, and use it to make the static React 360 game developed in the previous chapter dynamic by replacing the sample game data with game details fetched directly from the MERN server.

To make MERN VR Game a complete and dynamic game application, we will implement the following:

  • A game model schema to store game details in MongoDB
  • APIs for game CRUD operations
  • React views for game create, edit, list, and delete
  • Updating the React 360 game to fetch data from API
  • Loading the VR game with dynamic game data

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.