Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Replace CRA with Vite in Quick start #444

Closed
dvkam opened this issue Jun 26, 2023 · 0 comments · Fixed by #478
Closed

Feature Request: Replace CRA with Vite in Quick start #444

dvkam opened this issue Jun 26, 2023 · 0 comments · Fixed by #478

Comments

@dvkam
Copy link

dvkam commented Jun 26, 2023

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.

@Zyie Zyie linked a pull request Mar 20, 2024 that will close this issue
@Zyie Zyie closed this as completed in #478 Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant