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
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
Official deprecation notice of create-react-app: React Blog
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 withnpm 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
create-react-app
, but this is not recommended due to its deprecation.Additional context
create-react-app
: React BlogThe text was updated successfully, but these errors were encountered: