Bond
RxSwift
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- SonarLint - Clean code begins in your IDE with SonarLint
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- InfluxDB - Access the most powerful time series database as a service
Bond | RxSwift | |
---|---|---|
0 | 7 | |
4,229 | 23,363 | |
0.0% | 0.3% | |
0.0 | 0.0 | |
about 1 year ago | 20 days ago | |
Swift | Swift | |
MIT License | NOASSERTION |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Bond
We haven't tracked posts mentioning Bond yet.
Tracking mentions began in Dec 2020.
RxSwift
-
For UIKit apps, what is best practice for VC listening for updates from a service?
I use RxSwift/RxCocoa and The Binder Architecture. That way View Controllers always show the most recent data from the service.
-
Awesome macOS Libraries List
RxSwift - Reactive Programming in Swift. Language: Swift.
-
Xcode double segue
I do this with RxSwift and my CLE library. Using those you can do something like this:
-
DispatchGroup in Swift
We have defined what async code is, and two basic issues we could have when working with it: running tasks serially and in parallel. For running tasks in parallel we saw that DispatchGroup can be a simple solution for that. I will recommend using a library for this though. What I taught you here is basic async knowledge, but in real world scenarios, this won't be this straightforward, so using a battle tested library is always an advantage when working in production. I personally recommend using Apple's Combine if you can (it is supported in iOS 13 and above) or using RxSwift otherwise Finally, I can't finish this article without mentioning async-await. With async-await, probably all of this discussion will be a thing of the past. It lets us write async code that can be written like sync code. You can see the proposal (already implemented and that will be released in the next version of swift) here, and even try it in your code following a tutorial like this one.
What are some alternatives?
ReSwift - Unidirectional Data Flow in Swift - Inspired by Redux
PromiseKit - Promises for Swift & ObjC.
ReactiveKit - A Swift Reactive Programming Kit
ReactiveSwift - Streams of values over time
ReactiveCocoa - Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.
SwiftEventBus - A publish/subscribe EventBus optimized for iOS
OpenCombine - Open source implementation of Apple's Combine framework for processing values over time.
RxAlamofire - RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
Katana - Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
ReactorKit - A library for reactive and unidirectional Swift applications
ReactKit - Swift Reactive Programming.
Anchorage - A collection of operators and utilities that simplify iOS layout code.