react/create-react-app
Set up a modern web app by running one command. observed · 2026-08-28
Health v2 · maintenance only
26/100
- Activity 6
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3699
- days_rel: n/a
- days_push: 565
- n_releases_24m: 0
Adoption not part of the score
103281 stars · 26914 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Create React App is a CLI scaffolding tool that bootstraps a modern single-page React application with a single command (npx create-react-app), hiding webpack, Babel, and ESLint configuration behind one build dependency. It is now officially deprecated and in long-term stasis, with the React team recommending migration to modern React frameworks.
Use cases
- scaffold a new react app with one command
- set up a react project without configuring webpack or babel
- create a zero-configuration react single-page application
- bootstrap a react app for following a tutorial
- generate a react project with a preconfigured build setup
- quickly prototype a react app without build tooling decisions
When to choose
- you are following an older tutorial or course built around Create React App
- you need to maintain or understand an existing CRA-based codebase
- you want a minimal learning environment for React fundamentals without framework complexity
When to avoid
- starting any new production React project - it is deprecated and the React team recommends frameworks like Next.js or Expo instead
- you need server-side rendering, modern tooling, or active long-term support
- you require custom build configuration, since escaping the hidden webpack setup requires ejecting
Facets
cli-tool · maturity abandoned
cli build-tool boilerplate developer-tools web-development frontend developer-tools cross-platform cli windows react scaffolding project-generator webpack babel zero-configuration single-page-application deprecated npm javascript nodejs macos linux
3 sources
- readme: https://github.com/react/create-react-app · fetched 2026-08-28 · 15b635f202a7
- homepage: https://create-react-app.dev/ · fetched 2026-08-28 · d3eca9d5ea74
- site_page: https://create-react-app.dev/docs/getting-started · fetched 2026-08-28 · ab9f2e028dad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| react/create-react-app | main | 26 |
For agents
markdown · JSON · MCP: product_card(name="react/create-react-app")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem