-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
| 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
- Official deprecation notice of
create-react-app: React Blog - Vite documentation: https://vitejs.dev/
- Migration guide: https://react.dev/learn/editor-setup#using-vite
Metadata
Metadata
Assignees
Labels
No labels