Hey guys! As of today, which technology do you re...
# ios
a
Hey guys! As of today, which technology do you recommend the most for ViewModels? Native viewmodel + skie or observableviewmodel?
f
Both are working, I guess it depends on which dependency you want to use and who maintains them.
On my point of view, using the native one and SKIE (+ some small trick on the swift side) reduce the complexity of your code as you don’t need to add extra code on the commonMain code.
Here my playground about using KMP viewmodel on iOS https://github.com/frankois944/kmp-mvvm-exploration
a
Thank you so much @François!
You’re always saving me! 🤣
f
Glade to help you! 😄