Commit 6ceff77
Deprecate Create React App officially by changing the README, and adding a message on init (facebook#17003)
It's probably time to make this project document its status as being
deprecated and not recommended for production usage.
To change it:
- I opted to add a header to the README saying its over and you should
go look at https://react.dev/learn/start-a-new-react-project
- I left a note saying that if you are following, it is maybe worth
carrying on. While I hear react 19 doesn't work with CRA, I wouldn't be
surprised that a good chunk of tutorials would still work. Open to being
a bit more hard-lined there but there was a lot of great resources for
learning react in that era and it seems like a waste to be making people
stop early?
- I added a message inside the CLI, it shows once and says "don't use
this, use the stuff in
https://react.dev/learn/start-a-new-react-project"
---------
Co-authored-by: Ricky <[email protected]>
Co-authored-by: Rick Hanlon <[email protected]>1 parent 36f0967 commit 6ceff77
File tree
3 files changed
+167
-127
lines changed- packages/create-react-app
3 files changed
+167
-127
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | 11 | | |
4 | 12 | | |
| |||
0 commit comments