Game name

The game name will be added in a single TextField of default type text.

mern-vrgame/client/game/GameForm.js:

<TextField id="name" label="Name" value={this.state.game.name} onChange={this.handleChange('name')}/>

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.