Skip to content

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

@stombland

Description

@stombland
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions