# ThoughtWorksInc/Binding.scala

Reactive data-binding for Scala

Repository: https://github.com/ThoughtWorksInc/Binding.scala
Canonical: https://ross.abutalabs.com/products/bindingscala
Homepage: https://javadoc.io/page/com.thoughtworks.binding/binding_2.13/latest/com/thoughtworks/binding/index.html
Language: Scala
License: MIT
License Family: permissive
Topics: scala, dom, front-end, gui, data-binding, reactive-frameworks, web-framework, scalajs, javafx, xml, fxml, html
Last push: 2026-06-14T00:36:15+00:00

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

## Adoption (not part of the score)
Stars 1574, forks 101 (observed 2026-08-28T04:05:05.717168+00:00)

## What it is
Binding.scala is a reactive data-binding library for Scala that runs on both the JVM and Scala.js. It provides automatically recalculating binding expressions that serve as a foundation for building reactive UIs, including via the separate html.scala framework.

## Use cases
- build reactive user interfaces in Scala with Scala.js
- bind UI state to data that updates automatically when dependencies change
- create reactive HTML frontends without React-style virtual DOM concepts
- use data binding in ScalaFX or JavaFX applications via FXML
- share reactive data-binding logic between JVM backend and browser frontend code

## When to choose
- you are a Scala developer building reactive web or desktop UIs
- you want lightweight reactive data binding with fewer concepts than React
- you need reactive bindings on both JVM and Scala.js

## When to avoid
- you need a full batteries-included UI framework out of the box (12.x no longer bundles one; use html.scala)
- your team does not use Scala
- you prefer mainstream JavaScript ecosystem tooling

## Facets
- artifact type: library
- maturity: active
- function: state-management, frontend-framework, ui-components
- domain: web-development, frontend, cross-platform
- platform: jvm
- tags: reactive-programming, data-binding, scalajs, javafx, fxml, html-literals, functional-reactive, web-server

## Member repositories
- ThoughtWorksInc/Binding.scala (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:05.717168+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-30T03:57:38.457450+00:00, confidence not recorded.
  - readme: https://github.com/ThoughtWorksInc/Binding.scala (fetched 2026-08-28T04:05:05.717168+00:00, sha 9b31f6eab470)
  - homepage: https://javadoc.io/page/com.thoughtworks.binding/binding_2.13/latest/com/thoughtworks/binding/index.html (fetched 2026-08-29T11:27:41.604207+00:00, sha f9ff432a7cfe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
