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

Migrate from create-react-app to create vite@latest #92

Open
stombland opened this issue Mar 7, 2025 · 0 comments
Open

Migrate from create-react-app to create vite@latest #92

stombland opened this issue Mar 7, 2025 · 0 comments

Comments

@stombland
Copy link

Title Type About
Migrate from create-react-app to create vite@latest Feature request Suggest an idea for this project

Is your feature request related to a problem? Please describe.
create-react-app has been officially deprecated, and using it for new projects results in warnings. It is no longer actively maintained, which can lead to security vulnerabilities, outdated dependencies, and poor developer experience. New users following outdated guides may face issues without clear resolutions.

Describe the solution you'd like
Update documentation, templates, and any references to create-react-app by replacing it with npm create vite@latest. Vite offers a faster, more modern development experience with better performance, built-in TypeScript support, and improved hot module replacement (HMR).

Describe alternatives you've considered

  • Continuing to use create-react-app, but this is not recommended due to its deprecation.
  • Using alternative React scaffolding tools, such as Next.js or Remix, but these cater to different use cases. Vite is the closest and most direct replacement.

Additional context

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

No branches or pull requests

1 participant