Is create-react-app abandoned? #11086
-
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 24 replies
-
Someone can correct me here, but as I understand, CRA is abandoned by Facebook. I'm using CRACO to fix up some issues with CRA (lack of new TS and modern JS support) at the moment. |
Beta Was this translation helpful? Give feedback.
-
I really know that feeling and I guess that's one of the reason that evolving alternative like (Vite)[https://vitejs.dev/] . |
Beta Was this translation helpful? Give feedback.
-
Did a quick test on https://neutrinojs.org/, but not too impressed here either..: |
Beta Was this translation helpful? Give feedback.
-
Wow didn't know this will happen... I'm really starting to think Next.js will be the next official React Framework. |
Beta Was this translation helpful? Give feedback.
-
CRA is definitely not abandoned, you'll see that we are definitely replying to issues and merging work, but the current team of maintainers are not employees of Facebook and we do this in our "free time". We try to address critical issues quickly, but we recognise we need to do more and we're trying to improve the speed at which we iterate/release. I'm hoping we'll get 4.1 out in the near future, but some breaking changes (in dependencies) have complicated that release. We're also working hard to get Webpack 5 shipped, and we're actively talking about what's next for CRA after that. |
Beta Was this translation helpful? Give feedback.
-
I want to address this part:
There is no actual issue here. See #11174 for details. Basically, the way vulnerabilties are reported on npm is horribly broken because it doesn't take context into account. If you check each vulnerability report that gets flagged, you'll find that 99.9% or more are false positives because they don't apply in the context of the build tooling. |
Beta Was this translation helpful? Give feedback.
-
I think it's dead as of Jan 2023. |
Beta Was this translation helpful? Give feedback.
-
reactjs/react.dev#5487 (comment) Here is a recent comment listing some alternative paths for create react app, and which path they are currently suggesting. |
Beta Was this translation helpful? Give feedback.
I want to address this part:
There is no actual issue here. See #11174 for details. Basically, the way vulnerabilties are reported on npm is horribly broken because it doesn't take context into account. If you check each vulnerability report that gets flagged, you'll find that 99.9% or more are false positives because they don't apply in the context of the build tooling.