Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
Set up a modern web app by running one command.
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
90
review score
Problem solved
It solved the problem of manually configuring webpack, Babel, and ESLint for a new React project. It provided a consistent, opinionated setup that allowed developers to focus on writing code rather than build tooling. In a real workflow, it was the fastest way to get a React app running locally with hot reload, testing, and production builds.
Deployment reality
The available setup signal starts with: npx create-react-app my-app. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
The capability ceiling is a fully functional React SPA with development server, test runner, and optimized production builds. Its strengths were simplicity and a curated dependency set. Limitations include lack of server-side rendering, static site generation, and other advanced features now expected from modern frameworks. The project is in long-term stasis, meaning no new features or updates are planned.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
react/create-react-app is tracked as a JavaScript project in the UI Framework, Developer Tool area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 103k total stars, with +0 today, +32 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Inactive; the latest push was 554 days ago, and the open issue queue is 2.4k, about 2.33% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 27k forks and 103k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need JavaScript teams evaluating ecosystem-native tooling. Be cautious when you require frequent releases or active maintenance.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 32. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
LimitedRecent maintenance signal is weak or unavailable.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
103k Stars
Reuse
27k Forks
Attention
103k Watchers
Maintenance
inactive
License
MIT
Open issues
2.4k
Create React App is a tool to create React apps with no build configuration. It sets up a modern single-page React application with a curated experience on top of webpack, Babel, ESLint, and other tools. However, it is now deprecated and recommends migrating to React frameworks.
Key Features
- One Dependency: Uses webpack, Babel, ESLint, and other projects with a cohesive curated experience. - No Configuration Required: A reasonably good configuration for development and production builds is handled for you. - No Lock-In: You can 'eject' to a custom setup at any time, moving all configuration and build dependencies into your project.
UI Framework
Frontend frameworks, design systems, and interface libraries
Developer Tool
Tools that improve coding, testing, build, and local workflow
npx create-react-app my-app50
Health Score
Inactive
Commit Activity
Jul 17, 2016
Created
Feb 15, 2025
Last push
+2
Today's growth
+2
7-day growth
+2
30-day growth
Forks
Open
Watchers
react
GitHub profilecodecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
freeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
EbookFoundation/free-programming-books
:books: Freely available programming books
nilbuild/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
✓
License
✓
Forked
✗ Inactive
Maintained