icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development

Home Page:https://moko.icerock.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it supported in web and desktop as well?

sunildhiman90 opened this issue · comments

Hi moko-mvvm is great option for android and ios.
But i just wanted to know, can we use it for web and desktop as well?

Are there any extra configurations we need to do in web and desktop?

Thanks

Ok great, Thanx, But if we can update this in docs as well, it will be great.
Otherwise developers looking solution for all platforms may come and go thinking that it only supports android and ios but not web and desktop. thnx
btw, how its lifecycle will be handled in web side?

here platform list in readme
image

but you can send pull request with additional info :)

on web side lifecycle same as on ios and jvm - based on composable dispose event.

Ok, Sure i would like to update it. But currently i am working on some other projects. I am planning to create a compose Multiplatform app very soon for all platforms completely using moko libraries such as moko resources, moko mvvm and some others as well. Once i will work on that, I will be happy to create pull request for support of moko mvvm in web and desktop here for readme. Thnx