RxCoreData alternatives and similar libraries
Based on the "Reactive Programming" category.
Alternatively, view RxCoreData alternatives based on common mentions on social networks and blogs.
-
OpenCombine
Open source implementation of Apple's Combine framework for processing values over time. -
Tokamak
DISCONTINUED. SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms [Moved to: https://github.com/TokamakUI/Tokamak] -
Katana
DISCONTINUED. Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux. -
Interstellar
DISCONTINUED. Simple and lightweight Functional Reactive Coding in Swift for the rest of us. :large_orange_diamond: -
Verge
đŁ A robust Swift state-management framework designed for complex applications, featuring an integrated ORM for efficient data handling. -
VueFlux
:recycle: Unidirectional State Management Architecture for Swift - Inspired by Vuex and Flux -
RxReduce
DISCONTINUED. Lightweight framework that ease the implementation of a state container pattern in a Reactive Programming compliant way. -
LightweightObservable
đŹ A lightweight implementation of an observable sequence that you can subscribe to. -
ReactiveArray
An array class implemented in Swift that can be observed using ReactiveCocoa's Signals -
STDevRxExt
STDevRxExt contains some extension functions for RxSwift and RxCocoa which makes our live easy.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RxCoreData or a related project?
README
RxCoreData
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- Xcode 9.0
- Swift 4.0
Installation
RxCoreData is available via Carthage and CocoaPods.
Carthage
To install RxCoreData via Carthage, simply add the following line to your Cartfile:
github "RxSwiftCommunity/RxCoreData" ~> 1.0.0
CocoaPods
To install RxCoreData via CocoaPods, simply add the following line to your Podfile:
pod "RxCoreData", "~> 1.0.0"
Author
Scott Gardner, [email protected]
License
RxCoreData is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the RxCoreData README section above
are relevant to that project's source code only.