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

Update docs to remove deprecated create-react-app reference #2268

Open
brandonmcconnell opened this issue Feb 17, 2025 · 0 comments
Open

Update docs to remove deprecated create-react-app reference #2268

brandonmcconnell opened this issue Feb 17, 2025 · 0 comments

Comments

@brandonmcconnell
Copy link

brandonmcconnell commented Feb 17, 2025

create-react-app has been officially deprecated.

The official recommendation is to use a full-stack framework instead, like one of the below:

  • Next.js (App Router)
    npx create-next-app@latest
  • React Router (v7)
    npx create-react-router@latest
  • Expo (for native apps)
    npx create-expo-app@latest
  • TanStack Start (Beta)
    npx degit https://github.com/tanstack/router/examples/react/start-basic start-basic
  • RedwoodJS
    yarn create redwood-app my-redwood-project

Another solid and configurable battle-tested option that can create Next.js projects is create t3-app, which can be used via this command: npm create t3-app@latest (more info on that @ create.t3.gg)

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