React Game Project - Part 1
Follow Up Questions
- Which NPM package did we install so that we could create React projects?
- What command did we run in order to create the react-games project?
- What command do you run to launch your React project in the browser?
- What is the ID of the DIV element that contains our React app?
- What is the name of the file that contains the code for the root component in our project?
- Explain what the code in index.js does.
- What does a React component function return?
- T/F - Component functions must return a single element.
- What is a fragment in JSX?
- What is the name of the main style sheet file for a React project?