Hacker News new | ask | show | jobs
by Apocryphon 1455 days ago
How does the rollout of Jetpack Compose compare with that of SwiftUI, any idea?
1 comments

I bet our company's app on Compose (shipped with 1.0), and it's been a very positive experience. The teething pains were real, but with 1.2 most of them have been addressed.

The iOS devs I've talked to don't use SwiftUI because it's bundled with OS releases, so they have to use the lowest-common denominator of features for their minimum target. This is less of a problem as time goes on and the framework matures, but it has definitely slowed adoption as I see it.