April 2020
Intermediate to advanced
716 pages
18h 55m
English
While creating or editing a game, users will first see the form elements for the simpler details of the game, such as name, world image URL, and the clue text. This form section with the simple game details will mostly be text input elements added using the Material-UI TextField component, with a change handling method passed to the onChange handler. We will build out this section in the GameForm component, which is implemented in mern-vrgame/client/game/GameForm.js, with the following elements, as shown in the associated code:
Read now
Unlock full access