In short, SwiftUI is a wonderful and very promising framework. I think it’s the future. But, it could be another 3–5 years until it reaches the same reliability and robustness as UIKit. However, that doesn’t mean you shouldn’t use SwiftUI today .
Read moreShould I learn SwiftUI or React Native?
SwiftUI is more well structured for complex applications . It supports MVVM, MV, Clean, and Vipe architectures. If you plan to build a relatively easy application, then give React Native a try, as you don’t need to waste time on building two versions (iOS and android).
Read moreIs jetpack compose the future?
With its first class Kotlin support and intuitive design, Jetpack Compose is the future of Android development .
Read moreWhat is compose multiplatform?
Compose Multiplatform simplifies and accelerates UI development for Desktop and Web applications , and allows extensive UI code sharing between Android, Desktop and Web. Getting started.
Read moreIs jetpack compose like Flutter?
Jetpack Compose leverages patterns from other declarative frameworks such as React and Flutter to provide an experience that is intuitive and familiar for those used to declarative programming.
Read more