Hacker News new | ask | show | jobs
by unmole 1180 days ago
A comment above said CRA is unmaintained and there were unfixed vulnerabilities. Is that not the case?
2 comments

Last I checked the "unfixed vulnerabilities" where regex Denial Of Service at build time, see https://github.com/facebook/create-react-app/issues/11174
CRA is no longer recommended. Official recs are Next, Remix, and Gatsby.

https://react.dev/learn/start-a-new-react-project

Seems you are right. More context here: https://github.com/facebook/create-react-app/issues/13077