ReactKit/ReactKit
Swift Reactive Programming. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4356
- days_rel: n/a
- days_push: 3997
- n_releases_24m: 0
Adoption not part of the score
1190 stars · 40 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ReactKit is a Swift framework for reactive programming, providing stream-based bindings for Key-Value Observing, NSNotification, and target-action events. It lets developers compose and bind event streams declaratively, e.g. linking text field changes to button state.
Use cases
- bind UI events to state reactively in Swift
- observe property changes via KVO with streams
- combine multiple text field inputs to enable a button
- transform NSNotification streams with map operators
- replace delegate-based event handling with stream bindings
When to choose
- building an older Swift 2.x iOS/macOS app that wants lightweight FRP without heavy dependencies
When to avoid
- starting a new Swift project - the library is unmaintained since 2015 and incompatible with modern Swift
- you need Combine, RxSwift, or async/await-based reactive patterns
- you need long-term support or recent iOS platform features
Facets
library · maturity abandoned
state-management ui-components mobile-development reactive-programming kvo streams functional-reactive-programming swift ios macos
1 source
- readme: https://github.com/ReactKit/ReactKit · fetched 2026-08-28 · c0c0c4dd7b43
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactKit/ReactKit | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ReactKit/ReactKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem