What’s the general architecture pattern with compo...
# compose
g
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
There's a few libraries for this. I tend to use #decompose, but there are others like Moko-MVVM or KMM ViewModel