-
Notifications
You must be signed in to change notification settings - Fork 715
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
Remove all references to Create React App #1292
Comments
Hi @Mikilll94 :) |
I disagree, I believe Vite is superior to Create React App, and because the React core team no longer recommends it for beginners we should follow. |
IMO there's a difference between removing every reference to just replacing it with |
I plan on replacing the note with a Vite template (possibly my own). |
Moving the note about it being preinstalled in some situations to the install/setup section might be helpful, given the usage of react-scripts is still pretty high |
Is your feature request related to a problem? Please describe.
We should remove all the references to Create React App. CRA is deprecated and no longer recommended in React docs.
Currently we have a reference to CRA here: https://testing-library.com/docs/react-testing-library/intro/
Describe the solution you'd like
Remove reference to CRA from here: https://testing-library.com/docs/react-testing-library/intro/
The text was updated successfully, but these errors were encountered: