ReactiveX/RxSwift
Reactive Programming in Swift observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 97
- Release rhythm 60
- Longevity 100
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: 89
- age_days: 4166
- days_rel: 184
- days_push: 18
- n_releases_24m: 6
Adoption not part of the score
24648 stars · 4153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RxSwift is the Swift-specific implementation of the Reactive Extensions (Rx) standard, providing Observable streams for composing asynchronous operations and event-driven data flows. It unifies KVO observation, async operations, and UI events under a single sequence abstraction with a Swift-first API.
Use cases
- compose asynchronous operations in Swift
- handle UI events reactively in iOS apps
- unify KVO, delegates, and callbacks into observable streams
- build unidirectional data flow architectures in Swift
- transform and combine streams of data over time
- replace nested callbacks with declarative async code
When to choose
- you're building iOS/macOS apps with complex asynchronous or event-driven logic
- you want a mature, battle-tested reactive programming library with a large community
- you need to unify diverse event sources (UI, network, KVO) into one abstraction
- you're already familiar with Rx from other languages like RxJava or RxJS
When to avoid
- your app has simple async needs better served by Swift's built-in async/await and Combine
- you want to minimize third-party dependencies and binary size
- your team is unfamiliar with reactive programming and the learning curve isn't justified
- you're targeting platforms where Combine is available and sufficient
Facets
library · maturity stable
concurrency state-management developer-tools mobile-development cross-platform programming-languages reactive-programming observables functional-programming reactivex asynchronous swift ios macos linux
1 source
- readme: https://github.com/ReactiveX/RxSwift · fetched 2026-08-28 · abde7942a5c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactiveX/RxSwift | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="ReactiveX/RxSwift")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem