The Wayback Machine - https://web.archive.org/web/20210726120233/https://github.com/topics/rxswift
Here are
1,000 public repositories
matching this topic...
Reactive Programming in Swift
Updated
Jul 22, 2021
Swift
A WeChat alternative. Written in Swift 5.
Updated
Jul 28, 2019
Swift
Example of Clean Architecture of iOS app using RxSwift
Updated
May 22, 2020
Swift
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
Updated
May 10, 2021
Swift
GitHub iOS client in RxSwift and MVVM-C clean architecture
Updated
Jun 20, 2021
Swift
A library for reactive and unidirectional Swift applications
Updated
Jul 18, 2021
Swift
Bark is an iOS App which allows you to push customed notifications to your iPhone
Updated
Jul 21, 2021
Swift
🎌 Powerful navigation library for iOS based on the coordinator pattern
Updated
Apr 21, 2021
Swift
RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
Updated
May 22, 2021
Swift
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
Updated
Jul 13, 2021
Swift
Updated
Jul 13, 2021
Swift
iOS & OSX Bluetooth library for RxSwift
Updated
Jul 19, 2021
Swift
iOS Todo Application using RxSwift and ReactorKit
Updated
Jul 12, 2021
Swift
RxSwift to Apple’s Combine Cheat Sheet
Updated
Jul 17, 2021
Ruby
RxSwift reactive wrapper for view gestures
Updated
Jul 13, 2021
Swift
A collection of Rx operators & tools not found in the core RxSwift distribution
Updated
May 28, 2021
Swift
RxSwift extension for RealmSwift's types
Updated
Jul 13, 2021
Swift
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Updated
Oct 4, 2020
Swift
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Updated
Jun 14, 2020
Swift
The universal system operator and architecture for RxSwift
Updated
Apr 2, 2021
Swift
Examples and resources for RxSwift.
Updated
Oct 24, 2019
Swift
Bi-directional type bridging between RxSwift and Apple's Combine framework
Updated
Apr 30, 2021
Swift
훌륭한 Swift 세션 동영상(강좌), 한글 자막있는 혹은 한국어 강의 정보 링크 모음 (Awesome Swift Korean lecture information)
Updated
Apr 6, 2021
Swift
🤖 RxSwift + State Machine, inspired by Redux and Elm.
Updated
May 12, 2021
Swift
💾 🔜 📱 Type-safe data-driven CollectionView, TableView Framework. (We can also use ASCollectionNode)
Updated
Feb 27, 2021
Swift
Sample iOS app demonstrating Coordinators, Dependency Injection, MVVM, Binding
Updated
Jan 5, 2021
Swift
Dribbble for iOS using ReactorKit
Updated
Dec 16, 2019
Swift
Improve this page
Add a description, image, and links to the
rxswift
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rxswift
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our
Rakefile
script to just remove testing dependencies on each release, and keep it in the development process thanks to that.The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall