Hi @Arkadii Ivanov looking to use viewmodel with decompose navigation and components. Does it make sense to use moko-mvvm viewmodel with decompose? if any how we want to use, what should be the best approach?, where i should handle that? Also thinking of using mvi as well. Where should this fit then?
Yep, actually i read that already, But i was thinking of making it android mvvm friendly by just using navigation only from decompose and viewmodel for bloc, But that does not make sense, I think if we are using decompose, its single handedly enough to handle all the things, I will try viewmodel approach in separate project. thnx