react/jsx resource
The JSX specification is a XML-like syntax extension to ECMAScript. 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
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
- readme: https://github.com/react/jsx · fetched 2026-08-28 · c250af487e73
- homepage: http://react.github.io/jsx/ · fetched 2026-08-29 · a077ca618f5f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| react/jsx | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem