What’s the general architecture pattern with compose on multiplatform apps?
I’m used to Jetpack Compose on Android and it seems pretty much the same, I just can’t find good examples on how people usually handle the ui-repository-data layers. Is there some documentation or good examples out there?
l
Landry Norris
07/06/2023, 3:25 PM
There's a few libraries for this. I tend to use #decompose, but there are others like Moko-MVVM or KMM ViewModel