April 2020
Intermediate to advanced
716 pages
18h 55m
English
We will implement the form view for creating a new game in the NewGame React component. This form view will allow users to fill out the fields for a single game. The NewGame component will render these form elements corresponding to the game details, including VR object details, as shown in the following screenshot:

The NewGame component will use the GameForm component, which will contain all the rendered form fields, to compose this new game form. The GameForm component will be a reusable component that we will use in both the create and edit forms.
When added to the NewGame component, it takes an onSubmit method as ...
Read now
Unlock full access