facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.84k stars 26.88k forks source link

Is npx create-react-app xxx no longer supported? #13077

Open jktan0504 opened 1 year ago

jktan0504 commented 1 year ago

Hi, I would like to know if "npx create-react-app xxx" is no longer supported. I checked the React official website, but it doesn't recommend using create-react-app anymore.

Can anyone help me with this concern?

Thank you.

KaungHtetMon29 commented 1 year ago

Nope. That command is still working. I just used it today. I think the website you are showing is for react framework I guess. Here is the original reactjs website .

mim-Armand commented 1 year ago

I think @jktan0504 's right, looks like (unfortunately) React team is leaning toward other Company's to provide the scaffolding solutions now, which I really dislike! Why increase dependency/complexity?! I think this might be the beginning of the React framework's downfall! instead of getting back to and closer to open standards and specifications, they are pushing proprietary solutions and offerings.. @KaungHtetMon29 The link you posted is for the Legacy app; it looks like now they suggest mainly NextJS and other 3rd party providers.

csemaan commented 1 year ago

Read this : https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741 And then this for extra discussion : https://twitter.com/dan_abramov/status/1636827365677383700

TLDR (as I figured) : Future of CRA is under consideration (might become just a launcher), because client-only app is no longer considered a reasonable recommendation by the React team.