Home »
MCQs »
ReactJS MCQs
Which ReactJS command is used to create a new application?
10. Which ReactJS command is used to create a new application?
- create-react-app
- new-react-app
- create-new-reactapp
- react-app
Answer: A) create-react-app
Explanation:
The create-react-app command is used to create a new React Application.