Ross ROSS = Recommend OSS · open-source software intelligence for agents

dilanx/craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App. observed · 2026-08-28

github.com/dilanx/craco · homepage · TypeScript · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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: 2880
  • days_rel: n/a
  • days_push: 979
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7416 stars · 483 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

CRACO (Create React App Configuration Override) is a configuration layer for Create React App that lets you customize Webpack, Babel, ESLint, PostCSS, Jest, and dev server settings without ejecting. It works via a single craco.config.js file at the project root and a CLI that wraps react-scripts commands, plus a plugin API.

Use cases

  • customize webpack config in create-react-app without ejecting
  • add babel plugins or presets to a CRA project
  • override eslint or postcss settings in CRA
  • customize jest config in a create-react-app app
  • avoid ejecting while keeping CRA project structure
  • share CRA customizations as reusable craco plugins

When to choose

  • you use Create React App 5 and need config changes beyond CRA's supported options
  • you want CRA's simplicity but need to tweak webpack, babel, or jest
  • you want to avoid the maintenance burden of an ejected CRA project

When to avoid

  • you have ejected your CRA project and manage configs directly
  • you're starting a new project - modern toolchains like Vite or Next.js are better supported
  • you need support for older CRA versions or want actively maintained tooling, since CRA itself is deprecated

Facets

library · maturity maintenance

build-tool configuration-management developer-tools web-development frontend developer-tools create-react-app webpack babel eslint postcss no-eject react-scripts plugin-api nodejs javascript web-server

7 sources

Member repositories

RepositoryRoleHealth v2
dilanx/cracomain23

For agents

markdown · JSON · MCP: product_card(name="dilanx/craco")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem