Q. Which of the following is used to install React?
β
Correct Answer: (C)
npx create-react-app
Explanation: npx create-react-app is used to bootstrap a new React application.