Hey, I’m trying to get a working knowledge of ios/swift (to get kmp going)
Does someone here know what’s the state of the art for ios in terms of libraries?
1. What’s the go to persistance library? (is sqlite popular as well?)
2. What’s the go to networking library?
3. What’s the go to DI library?
4. What’s the go to reactive framework? (I read there is frst party Combine?)
5. What’s the status of async-await? Does it play nice with Combine as suspend functions do with kotlin Flow?
6. Should I still bother to learn UIKit when swift ui exists? Is it not prod ready?
a
Alejandro Rios
03/19/2022, 11:09 PM
You can ask in #C3PQML5NU
u
ursus
03/19/2022, 11:18 PM
I mean, not really multiplatform, its a pure ios question. I just think its a good idea to get a sense of regular ios development first before employing kmp