# day8/re-frame

A ClojureScript framework for building user interfaces, leveraging React

Repository: https://github.com/day8/re-frame
Canonical: https://ross.abutalabs.com/products/re-frame
Homepage: http://day8.github.io/re-frame/
Language: Clojure
License: MIT
License Family: permissive
Topics: reagent, clojurescript, re-frame, spa, react
Last push: 2026-05-05T15:55:07+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 80, release rhythm 69, longevity 100
- inputs: {"age_days": 4289, "days_push": 120, "days_rel": 126, "gap_med": 90, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5541, forks 711 (observed 2026-08-28T04:09:22.211825+00:00)

## What it is
re-frame is a ClojureScript framework for building single-page user interfaces on top of React (via Reagent). It uses a data-oriented, functional design with a reactive event-driven model focused on developer productivity and scaling large SPAs.

## Use cases
- build a single-page web app in ClojureScript
- manage application state reactively in a React app
- structure a large SPA with a functional data-oriented architecture
- avoid JavaScript framework churn with a stable frontend stack
- use derived values and pure functions for UI state

## When to choose
- your team knows or wants to use ClojureScript
- you are building a medium-to-large single-page application
- you want a mature, stable framework with minimal technical churn
- you prefer data-oriented, functional state management over component-colocated state

## When to avoid
- your team works primarily in JavaScript or TypeScript
- you need a small lightweight library rather than an opinionated framework
- you rely heavily on the modern React hooks ecosystem
- you are building a non-web or server-rendered application

## Facets
- artifact type: framework
- maturity: stable
- function: frontend-framework, state-management
- domain: web-development, frontend
- platform: cross-platform
- tags: clojurescript, reagent, react, spa, functional-programming, reactive, web-server

## Member repositories
- day8/re-frame (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:22.211825+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-29T17:55:42.126136+00:00, confidence not recorded.
  - readme: https://github.com/day8/re-frame (fetched 2026-08-28T04:09:22.211825+00:00, sha bdc5d724df25)
  - homepage: http://day8.github.io/re-frame/ (fetched 2026-08-29T08:50:58.305307+00:00, sha 9d0f52fbde6c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
