create-react-app
create-react-app (CRA) was the official beginner tool: npx create-react-app my-app, webpack already wired, npm start. A whole generation learned React this way. That history is fair to mention.
CRA is not what you pick for a new app now. Slow boot, outdated defaults, no official maintenance path. Say: ‘I know CRA. I would scaffold with Vite (or Next) today.’ That sounds like someone who reads release notes, not a 2018 PDF.
create-react-app — output — old CRA command, new Vite command, why. Don’t start a 2026 project on CRA.
Know CRA. Don’t start new apps on it.