Podcast
Questions and Answers
Which tool is recommended to create React applications?
Which tool is recommended to create React applications?
- create-react-app (correct)
- Node.js
- My Learning
- Show React
What should you know before starting with React?
What should you know before starting with React?
- Advanced experience in React programming
- Intermediate experience in React programming
- Intermediate experience in JavaScript programming (correct)
- Advanced experience in JavaScript programming
What should you do if the browser window does not pop up after executing the React application?
What should you do if the browser window does not pop up after executing the React application?
- Close the terminal and start over
- Type localhost:3000 in the address bar (correct)
- Install additional dependencies
- Run the command again