COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210820031614/https://github.com/topics/reactiveswift
Here are
70 public repositories
matching this topic...
📱 Collaborative List of Open-Source iOS Apps
Updated
Aug 20, 2021
Swift
Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.
Updated
Jun 24, 2021
Swift
Kickstarter for iOS. Bring new ideas to life, anywhere.
Updated
Aug 19, 2021
Swift
Streams of values over time
Updated
Jul 23, 2021
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
A Swift framework for the GitHub API
Updated
Apr 27, 2020
Swift
A collection of extensions to the ReactiveSwift framework.
Updated
Apr 22, 2021
Swift
Unidirectional reactive architecture
Updated
Apr 24, 2020
Swift
ModelMapper bindings for Moya.
Updated
Feb 18, 2020
Swift
Flexible, stream-based abstraction for launching processes
Updated
Nov 8, 2019
Swift
Observable Property and Signal for building data-driven UI without Rx
Updated
Jul 6, 2021
Swift
Elm/React.js-like architecture in Swift, powered by ReactiveSwift and LayoutKit.
Updated
Jan 15, 2017
Swift
UI Catalog for ReactiveCocoa.
Updated
Jan 22, 2017
Swift
Composable unidirectional data flow with ReactiveSwift.
Updated
Mar 8, 2021
Swift
Updated
Apr 28, 2018
Swift
Redux implementation over ReactiveSwift
Updated
Feb 24, 2019
Swift
Swift ReactiveCocoa lib for Youtube api
Updated
Apr 21, 2020
Swift
Swift MVVM Sample project. Made with ReactiveCocoa, Swinject and Routers
Updated
Nov 20, 2017
Swift
Combine 🤝 RxSwift 🤝 ReactiveSwift
Set of useful extensions for ReactiveSwift & ReactiveCocoa
Updated
Aug 19, 2021
Swift
Alamofire with ReactiveSwift
Updated
Oct 28, 2017
Swift
Updated
Oct 2, 2020
Swift
ObjectMapper bindings for Moya, RxSwift and ReactiveSwift
Updated
May 29, 2017
Swift
iOS application that uses ReactiveSwift and the MVVM pattern
Updated
Feb 13, 2018
Swift
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
Updated
Apr 7, 2017
Objective-C
A small networking lib based on ReactiveCocoa
Updated
Sep 19, 2017
Objective-C
A Swift framework for the esa.io API
Updated
Apr 1, 2018
Swift
Lottie + Texture (AsyncDisplayKit)
Updated
Jan 29, 2019
Swift
Improve this page
Add a description, image, and links to the
reactiveswift
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
reactiveswift
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