# NoTests/RxFeedback.swift

The universal system operator and architecture for RxSwift

Repository: https://github.com/NoTests/RxFeedback.swift
Canonical: https://ross.abutalabs.com/products/rxfeedbackswift
Language: Swift
License: MIT
License Family: permissive
Topics: rxswift, rxcocoa, architecture, swift, feedback-loop, universal-operator
Last push: 2023-09-21T08:37:09+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3422, "days_push": 1077, "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 1019, forks 67 (observed 2026-08-28T04:03:15.106507+00:00)

## What it is
RxFeedback is a Swift library providing a universal 'system' operator and architecture for RxSwift, modeling apps as state machines driven by feedback loops. It separates pure reducer logic from side effects declaratively, with compile-time guarantees of no unhandled states.

## Use cases
- build unidirectional data flow architecture in Swift apps
- manage state in RxSwift-based iOS apps
- separate business logic from side effects in reactive apps
- test app state transitions with pure reducer functions
- model complex event-driven UI behavior with feedback loops

## When to choose
- you already use RxSwift and want a simple state management architecture
- you want declarative, testable state machines for iOS/macOS apps
- you need to model circular dependencies or feedback-driven behavior

## When to avoid
- your project uses Combine or async/await instead of RxSwift
- you want a batteries-included framework with UI bindings and middleware ecosystem
- you need a library under active development - releases have been infrequent since 2023

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, middleware
- domain: mobile-development, frontend, developer-tools
- platform: -
- tags: rxswift, reactive-programming, feedback-loop, unidirectional-architecture, cocoapods, swift-package-manager, ios, macos, swift, mobile

## Member repositories
- NoTests/RxFeedback.swift (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:15.106507+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:09:20.853346+00:00, confidence not recorded.
  - readme: https://github.com/NoTests/RxFeedback.swift (fetched 2026-08-28T04:03:15.106507+00:00, sha 0610876684ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
