# snakster/cpp.react

C++React: A reactive programming library for C++11.

Repository: https://github.com/snakster/cpp.react
Canonical: https://ross.abutalabs.com/products/cppreact
Homepage: http://snakster.github.io/cpp.react/
Language: C++
License: BSL-1.0
License Family: other
Last push: 2021-05-17T23:15:02+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4575, "days_push": 1934, "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 1043, forks 134 (observed 2026-08-28T04:03:21.106610+00:00)

## What it is
C++React is a reactive programming library for C++ that enables declarative definition of data dependencies between state variables and event flows. It builds a dependency graph to automatically propagate changes with correctness, consistency, and efficiency guarantees, including parallel updates.

## Use cases
- automatically recompute derived values when inputs change in C++
- replace manual callbacks with declarative signal bindings
- build event stream pipelines with filter, transform, and merge
- propagate state changes across a dependency graph
- parallelize reactive updates safely across threads
- model UI or simulation state as reactive signals

## When to choose
- you want reactive/functional-reactive programming idioms in C++14
- you need automatic, glitch-free change propagation with dependency tracking
- you want automatic parallelization of independent updates

## When to avoid
- you need a mature, well-documented release - the master branch is being rewritten and is broken/outdated
- you need long-term support or active maintenance
- your project targets C++11 only

## Facets
- artifact type: library
- maturity: experimental
- function: state-management, concurrency, developer-tools
- domain: developer-tools, programming-languages
- platform: cpp, cross-platform
- tags: reactive-programming, signals, event-streams, dataflow, declarative, c-plus-plus, algorithms

## Member repositories
- snakster/cpp.react (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.106610+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-30T07:02:32.098539+00:00, confidence not recorded.
  - readme: https://github.com/snakster/cpp.react (fetched 2026-08-28T04:03:21.106610+00:00, sha d51c0c718df2)
  - homepage: http://snakster.github.io/cpp.react/ (fetched 2026-08-29T13:03:27.701507+00:00, sha 12e7f6d0412a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
