You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, by looking at the Get started section I noticed that you recommend Create React App to start a new React project from scratch.
For context, the React documentation removed CRA as it is not longer recommended to start a react project this way and some reasoning behind this you can read here
There are several ways listed how to start a new React project from scratch but I believe the equivalent in this case is to use Vite as bundler(mentioned in deepdive section in React docs) so e.g.:
npm create vite@latest
I am happy to help if a change is desired.
The text was updated successfully, but these errors were encountered:
Zyie
linked a pull request
Mar 20, 2024
that will
close
this issue
Description
Hey, by looking at the
Get started
section I noticed that you recommend Create React App to start a new React project from scratch.For context, the React documentation removed CRA as it is not longer recommended to start a react project this way and some reasoning behind this you can read here
There are several ways listed how to start a new React project from scratch but I believe the equivalent in this case is to use Vite as bundler(mentioned in deepdive section in React docs) so e.g.:
npm create vite@latest
I am happy to help if a change is desired.
The text was updated successfully, but these errors were encountered: