React (Part - 1): How to Create a New Project in React.
To create a new React project, we can use create-react-app, a popular tool that sets up a new React project with all the necessary configurations and dependencies.
💡
Make sure you have Node.js and npm installed on your computer.
Node.js - Link
Wh...
blog.pritamguha.com1 min read
José Pablo Ramírez Vargas
Senior Software Developer @ Intel
Hello. Last I checked, there was speculation around the fact that
create-react-appmay be disappearing because it was dropped from the official React documentation.But furthermore, I and many others believe that a better way to create a react project is using Vite. Maybe you should reconsider your choice, or maybe update the article to present this alternative as well. Generally speaking, Vite projects are much easier to work with.