Pros and cons
What Create React App does especially well — and the limits to anticipate.
Pros
- Zero configuration (historically)
- Well documented for learning
- Large base of available tutorials
Cons
- Officially deprecated by Meta
- Very slow builds vs Vite
- Webpack under the hood — hard to configure
- No longer actively maintained
Create React App: when it makes sense.
Ne plus utiliser pour aucun nouveau projet — migrer vers Vite dès que possible.
Keep if
Tu maintiens un projet CRA existant sans budget de migration
Challenge if
Tu démarres un nouveau projet React (utilise Vite + react-ts ou Next.js)
