ReactiveCocoa
PromiseKit
ReactiveCocoa | PromiseKit | |
---|---|---|
1 | 4 | |
19,926 | 14,215 | |
-0.0% | - | |
0.0 | 5.4 | |
22 days ago | 3 months ago | |
Swift | Swift | |
NOASSERTION | MIT License |
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.
ReactiveCocoa
-
Awesome macOS Libraries List
ReactiveCocoa - Cocoa framework and Obj-C dynamism bindings for ReactiveSwift. Language: Swift.
PromiseKit
-
What do you use for new projects? RxSwift or Combine
Do you use PromiseKit?
-
Timing problems (async, getting data from Firestore DB)
I use PromiseKit to handle async codes. It's really easy to use for basic uses like this
-
DispatchGroup in Swift
The most typical way to solve this problem is by using Combine's Future or PromiseKit's Promise, or by using RxSwift's flatMap. If you're interested on how this works under the hood, I plan to write another article for this case, but for now you can check my code for a simple Promise in this gist, or check this quite old but incredibly mind blowing talk from Javi Soto.
-
How do you escape completion hell?
Besides that, you can use a promise library, like PromiseKit.
What are some alternatives?
RxSwift - Reactive Programming in Swift
ReSwift - Unidirectional Data Flow in Swift - Inspired by Redux
OpenCombine - Open source implementation of Apple's Combine framework for processing values over time.
ReactiveSwift - Streams of values over time
BrightFutures - Write great asynchronous code in Swift using futures and promises
ReactiveKit - A Swift Reactive Programming Kit
Bolts - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
snail - An observables framework for Swift
FutureKit - A Swift based Future/Promises Library for IOS and OS X.
Katana - Swift Apps in a Swoosh! A modern framework for creating iOS apps, inspired by Redux.
Hydra - ⚡️ Lightweight full-featured Promises, Async & Await Library in Swift