snakster/cpp.react
C++React: A reactive programming library for C++11. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4575
- days_rel: n/a
- days_push: 1934
- n_releases_24m: 0
Adoption not part of the score
1043 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity experimental
state-management concurrency developer-tools developer-tools programming-languages cpp cross-platform reactive-programming signals event-streams dataflow declarative c-plus-plus algorithms
2 sources
- readme: https://github.com/snakster/cpp.react · fetched 2026-08-28 · d51c0c718df2
- homepage: http://snakster.github.io/cpp.react/ · fetched 2026-08-29 · 12e7f6d0412a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| snakster/cpp.react | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="snakster/cpp.react")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem