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

react/jsx resource

The JSX specification is a XML-like syntax extension to ECMAScript. observed · 2026-08-28

github.com/react/jsx · homepage · HTML observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 4388
  • days_rel: n/a
  • days_push: 1010
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1999 stars · 130 forks observed · 2026-08-28

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

The JSX specification defines an XML-like syntax extension to ECMAScript for expressing tree structures with attributes, intended to be consumed by preprocessors and transpilers rather than engines or browsers. It is a draft specification document, not an implementation, that lets independent parsers, transpilers, and syntax highlighters conform to a single syntax standard.

Use cases

  • implement a JSX parser or transpiler
  • understand the JSX grammar and syntax rules
  • build a syntax highlighter for JSX
  • design a new JavaScript syntax extension compatible with JSX
  • check how JSX attributes and children are formally defined

When to choose

  • you are building a compiler, parser, or linter that must handle JSX
  • you need the authoritative grammar for JSX tokens and strings
  • you want to align a custom syntax extension with JSX conventions

When to avoid

  • you want a runnable JSX compiler or runtime - use Babel, TypeScript, or esbuild instead
  • you want to learn React component development rather than the syntax spec
  • you need executable code or a library to install

Facets

learning-resource · maturity maintenance

parser documentation programming-language frontend web-development programming-languages documentation jsx specification syntax-extension ecmascript transpiler-target react javascript web

2 sources

Member repositories

RepositoryRoleHealth v2
react/jsxmain32

For agents

markdown · JSON · MCP: product_card(name="react/jsx")

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