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

Replace CRA instructions in Quick Start with modern examples #1415

Open
aaronshaf opened this issue Jan 18, 2024 · 1 comment · May be fixed by #1511
Open

Replace CRA instructions in Quick Start with modern examples #1415

aaronshaf opened this issue Jan 18, 2024 · 1 comment · May be fixed by #1511
Assignees

Comments

@aaronshaf
Copy link
Member

Create React App is no longer recommended in the modern React ecosystem. It is essentially replaced now with a setup like:

– Vite + React (Especially this one)
– rsbuild + React
– Remix

  • Next.js

I would recommend instructions and working examples in those scenarios, and removing references to CRA.

Thanks fro all you do!

@HerrTopi
Copy link
Contributor

Yeah, good point. We hope to do this in the near future, possibly this Q1

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

Successfully merging a pull request may close this issue.

2 participants