React Labs: What We've Been Working On – February 2024
1–10 of 130 posts
Re: React Labs: What We've Been Working On – February 2024
#2Re: React Labs: What We've Been Working On – February 2024
#3So thats why CRA has been left to die?
Re: React Labs: What We've Been Working On – February 2024
#4So thats why CRA has been left to die?
What is cra?
Re: React Labs: What We've Been Working On – February 2024
#5Re: React Labs: What We've Been Working On – February 2024
#6Re: React Labs: What We've Been Working On – February 2024
#7So thats why CRA has been left to die?
Also, take a look at this response from 2021:
"Like I said earlier, it was always the intention that we're not going to be able to work on it full-time... [I]t was intentionally designed for this kind of sporadic development. We would get critical fixes out as soon as posible, but overall, starting with 2.0, it's mostly in maintenance mode and does not strive to be the best tool for production React apps. It is a tool to get started and get something running fast. Perhaps, it's not even best at that anymore."
https://github.com/facebook/create-react-app/discussions/117...
Re: React Labs: What We've Been Working On – February 2024
#8So thats why CRA has been left to die?
CRA was useful when it first appeared because the whole space was a big mess. But it very quickly outlived its usefulness, and its approach was really problematic in my opinion. The config was too complex to eject and modify compared to what you could do yourself with Webpack directly.
Re: React Labs: What We've Been Working On – February 2024
#9So thats why CRA has been left to die?