Users registered on the MERN VR Game application will be able to make new games and modify these games from views on the application. To implement these views, we will add React components that allow users to compose and modify the game details and VR object details for each game. As the form for creating new and editing existing games will have similar form fields for composing game details and VR object details, we will make reusable components that can be used both for creating and editing purposes. In the following sections, we will discuss the form views for creating a new game and editing an existing game, and the implementation of the common form components in these views.
Full-Stack React Projects. - Second Edition
By :
Full-Stack React Projects. - Second Edition
By:
Overview of this book
Facebook's React combined with industry-tested, server-side technologies, such as Node, Express, and MongoDB, enables you to develop and deploy robust real-world full-stack web apps. This updated second edition focuses on the latest versions and conventions of the technologies in this stack, along with their new features such as Hooks in React and async/await in JavaScript. The book also explores advanced topics such as implementing real-time bidding, a web-based classroom app, and data visualization in an expense tracking app.
Full-Stack React Projects will take you through the process of preparing the development environment for MERN stack-based web development, creating a basic skeleton app, and extending it to build six different web apps. You’ll build apps for social media, classrooms, media streaming, online marketplaces with real-time bidding, and web-based games with virtual reality features. Throughout the book, you’ll learn how MERN stack web development works, extend its capabilities for complex features, and gain actionable insights into creating MERN-based apps, along with exploring industry best practices to meet the ever-increasing demands of the real world.
By the end of this React book, you’ll be able to build production-ready MERN full-stack apps using advanced tools and techniques in modern web development.
Table of Contents (22 chapters)
Preface
Getting Started with MERN
Free Chapter
Unleashing React Applications with MERN
Preparing the Development Environment
Building MERN from the Ground Up
Building a Backend with MongoDB, Express, and Node
Adding a React Frontend to Complete MERN
Growing the Skeleton into a Social Media Application
Developing Web Applications with MERN
Building a Web-Based Classroom Application
Exercising MERN Skills with an Online Marketplace
Extending the Marketplace for Orders and Payments
Adding Real-Time Bidding Capabilities to the Marketplace
Advancing to Complex MERN Applications
Integrating Data Visualization with an Expense Tracking Application
Building a Media Streaming Application
Customizing the Media Player and Improving SEO
Developing a Web-Based VR Game
Making the VR Game Dynamic using MERN
Going Forward with MERN
Following Best Practices and Developing MERN Further
Other Books You May Enjoy
Customer Reviews