GitShow/react/create-react-app
react

create-react-app

Set up a modern web app by running one command.

by react
build-toolsreactzero-configuration
Star on GitHubForkWebsitenpm

JavaScript

103.3k stars26.9k forks946 contributorsQuiet · 1y agoSince 2016v5.0.1MIT

Meet the team

See all 946 on GitHub →
gaearon
gaearon655 contributions
Timer
Timer293 contributions
iansu
iansu153 contributions
ianschmitz
ianschmitz85 contributions
selbekk
selbekk77 contributions
fson
fson50 contributions
mrmckeb
mrmckeb28 contributions
vjeux
vjeux28 contributions

Languages

View on GitHub →
JavaScript98.3%
Shell1.2%
CSS0.1%
HTML0.1%
AppleScript0.1%
TypeScript0.1%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
87
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Quiet · Last activity 1y ago
See all on GitHub →
hazmshfyq5-source
CreatorOpenIssue

Is your proposal related to a problem? (Write your answer here.) Describe the solution you'd like (Describe your proposed solution here.) Describe alternatives you've considered (Write your answer here.) Additional context (Write your answer here.)

hazmshfyq5-source · 2d ago
yousumohamed
first commitOpenPR

yousumohamed · 1w ago
vimalviswan
Fix OS command injection in openBrowser (CVE-2026-14802)OpenPR

Summary Fixes OS command injection in on macOS (CVE-2026-14802 / SNYK-JS-REACTDEVUTILS-17890708). Replaces shell-interpolated with so URL arguments are never interpreted by (same approach as #12590). Adds regression tests covering the AppleScript launch path and the injection payload shape from #17269. Root cause On Darwin, built an command string and passed it through . does not escape shell-significant characters (, , ), so a crafted URL such as could execute arbitrary commands when Chrome was already running. Fix Test plan [x] in (4 passing) [x] On macOS with Chrome running, confirm still reuses an existing tab [x] Confirm a URL containing / does not create side effects on disk when opened via the AppleScript path Closes #17269

vimalviswan · 1w ago

Recent fixes

View closed PRs →
Relaxe111
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory -\node_modules\typescript\lib\typescript.jsClosedIssue

Recently I migrated mine react project to typescript with CRA. After a while, builds became slower. (around 300s for the build) Lastly when I converted the following file from .js to .ts: I discovered that with findQuestion() code compiles in more than 1000 s. but if I add FilterQuestions() I get Ineffective mark-compacts near heap allocation failed! To mention that the project starts and runs even if typescript code is not compiled. my package.json file: tsconfig.json file: this is the cli output: this is report issued report.20200201.190457.6860.0.001.json:

Relaxe111 · 6d ago
gminova
remove redundant importsMergedPR

as not needed in react v17 onwards when writing TSX or JSX fixes #11167 fixes #11168 relates #11167 relates #11168

gminova · 1mo ago
Structured data for AI agents

Repository: react/create-react-app. Description: Set up a modern web app by running one command. Stars: 103281, Forks: 26917. Primary language: JavaScript. Languages: JavaScript (98.3%), Shell (1.2%), CSS (0.1%), HTML (0.1%), AppleScript (0.1%). License: MIT. Homepage: https://create-react-app.dev/ Topics: build-tools, react, zero-configuration. Latest release: v5.0.1 (4y ago). Open PRs: 100, open issues: 2309. Last activity: 1y ago. Community health: 87%. Top contributors: gaearon, Timer, iansu, ianschmitz, selbekk, fson, mrmckeb, vjeux, viankakrisna, matrush and others.

·@ofershap

Replace github.com with gitshow.dev