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

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
CA

react/create-react-app

Set up a modern web app by running one command.

103k Stars27k Forks2.4k Open Issues103k WatchersJavaScriptMIT
UI FrameworkDeveloper Tool
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

90

review score

Indexable review
Decision Snapshot

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.

Source and compliance noteLast synced: Aug 15, 2026

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.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

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.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Limited

Recent maintenance signal is weak or unavailable.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • JavaScript teams evaluating ecosystem-native tooling
  • teams that prefer mature projects with broad adoption signals
Avoid When
  • you require frequent releases or active maintenance
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

103k Stars

Reuse

27k Forks

Attention

103k Watchers

Maintenance

inactive

License

MIT

Open issues

2.4k

Overview

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.

Tool Positioning

UI Framework

Frontend frameworks, design systems, and interface libraries

Developer Tool

Tools that improve coding, testing, build, and local workflow

Quick Start
npx create-react-app my-app
View on GitHub Project Homepage
Project Activity

50

Health Score

Inactive

Commit Activity

Jul 17, 2016

Created

Feb 15, 2025

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+2

Today's growth

+2

7-day growth

+2

30-day growth

Aug 9, 2026Aug 10, 2026
Community Health
27k

Forks

2.4k

Open

103k

Watchers

Owner
CA

react

GitHub profile
Topics & Language
JavaScriptbuild-toolsreactzero-configuration
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k
License
MIT
CreatedJul 17, 2016
Last pushFeb 15, 2025
Last syncedAug 15, 2026
Repository Standards

✓

License

✓

Forked

✗ Inactive

Maintained