ReSwift/ReSwift
Unidirectional Data Flow in Swift - Inspired by Redux 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: 3914
- days_rel: n/a
- days_push: 863
- n_releases_24m: 0
Adoption not part of the score
7590 stars · 518 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ReSwift is a Redux-inspired Swift library implementing unidirectional data flow architecture. It centralizes app state in a single store, mutated only via dispatched actions handled by reducers, with views automatically updating on state changes.
Use cases
- manage app state in an iOS app with unidirectional data flow
- implement Redux-style architecture in Swift
- make SwiftUI or UIKit views reflect a single source of truth
- debug app state changes predictably with actions and reducers
- coordinate state across many collaborators on a large Swift codebase
When to choose
- you're building an iOS, macOS, tvOS, or watchOS app and want Redux-like predictable state management
- your team struggles with scattered, hard-to-debug mutable state
- you want a tiny, readable library you can fully understand and extend
When to avoid
- you're not developing in Swift or targeting Apple platforms
- your app is small enough that a simple architecture suffices and Redux boilerplate adds overhead
- you need a framework with first-class SwiftUI bindings or active feature development
Facets
library · maturity maintenance
state-management ui-components mobile-development frontend web-development cross-platform redux unidirectional-data-flow swift architecture-pattern apple-platforms ios macos
2 sources
- readme: https://github.com/ReSwift/ReSwift · fetched 2026-08-28 · 8ccc8683b728
- homepage: http://reswift.github.io/ReSwift/ · fetched 2026-08-29 · 9687abca7ed2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReSwift/ReSwift | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem