# RxSwiftCommunity/RxFlow

RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern

Repository: https://github.com/RxSwiftCommunity/RxFlow
Canonical: https://ross.abutalabs.com/products/rxflow
Language: Swift
License: MIT
License Family: permissive
Topics: swift, coordinator, reactive-programming, rxswift, flow
Last push: 2025-05-21T21:19:23+00:00

## Health v2 (maintenance only)
Score: 33/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 22, release rhythm 8, longevity 100
- inputs: {"age_days": 3167, "days_push": 469, "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 1911, forks 117 (observed 2026-08-28T04:05:53.213478+00:00)

## What it is
RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern. It decouples navigation logic from UIViewControllers by splitting storyboards into atomic, reusable units coordinated reactively with RxSwift.

## Use cases
- implement coordinator pattern navigation in an iOS app
- decouple navigation logic from view controllers
- split large storyboards into reusable atomic units
- handle reactive navigation flows with RxSwift
- replace storyboard segues with code-based routing
- manage deep navigation flows in SwiftUI or UIKit apps

## When to choose
- your iOS app uses RxSwift and you want reactive, testable navigation
- storyboards have grown massive and navigation is tangled in view controllers
- you want a proven coordinator framework with community support

## When to avoid
- your project uses Combine or async/await instead of RxSwift
- you prefer SwiftUI-native navigation APIs
- you need a framework with frequent updates and active development

## Facets
- artifact type: framework
- maturity: maintenance
- function: routing, state-management, middleware
- domain: mobile-development
- platform: -
- tags: rxswift, coordinator-pattern, flow-coordination, navigation-framework, reactive-navigation, ios-navigation, reactive-programming, ios, swift, mobile

## Member repositories
- RxSwiftCommunity/RxFlow (main) score 33

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:53.213478+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:10:46.717808+00:00, confidence not recorded.
  - readme: https://github.com/RxSwiftCommunity/RxFlow (fetched 2026-08-28T04:05:53.213478+00:00, sha 9e61bd094b86)
- Data as of 2026-08-30T08:39:29.467469+00:00.
