# reagent-project/reagent

A minimalistic ClojureScript interface to React.js

Repository: https://github.com/reagent-project/reagent
Canonical: https://ross.abutalabs.com/products/reagent
Homepage: http://reagent-project.github.io/
Language: Clojure
License: MIT
License Family: permissive
Topics: reagent, clojurescript, react, frontend, clojure, hiccup
Last push: 2026-08-19T07:18:08+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 4641, "days_push": 14, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4887, forks 413 (observed 2026-08-28T04:09:01.916866+00:00)

## What it is
Reagent is a minimalistic ClojureScript interface to React.js that lets you write efficient React components using plain ClojureScript functions and Hiccup-like markup instead of JSX. It provides reactive state management via Reagent atoms so components re-render automatically when their data changes.

## Use cases
- build a single-page web app in ClojureScript
- write React components without JSX using Hiccup syntax
- create reactive UIs that re-render on data changes
- use React with alternative renderers beyond react-dom
- build a frontend for a Clojure full-stack application

## When to choose
- you are a Clojure/ClojureScript developer building a web frontend
- you want React's ecosystem with idiomatic functional ClojureScript code
- you prefer data-oriented markup over JSX
- you want simple built-in reactive state management

## When to avoid
- your team works primarily in JavaScript or TypeScript
- you need a framework with a large mainstream hiring pool
- you want JSX and the standard React tooling experience
- you are building a non-web platform without a React renderer

## Facets
- artifact type: library
- maturity: stable
- function: frontend-framework, ui-components, state-management
- domain: web-development, frontend
- platform: browser
- tags: clojurescript, react, hiccup, reactive-ui, reagent, nodejs

## Member repositories
- reagent-project/reagent (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:01.916866+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:13.709805+00:00, confidence not recorded.
  - readme: https://github.com/reagent-project/reagent (fetched 2026-08-28T04:09:01.916866+00:00, sha 292577fd9aa1)
  - homepage: http://reagent-project.github.io/ (fetched 2026-08-29T09:00:29.545519+00:00, sha 5db7906be98e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
