Hey guys!
As of today, which technology do you recommend the most for ViewModels? Native viewmodel + skie or observableviewmodel?
f
François
09/18/2024, 3:26 PM
Both are working, I guess it depends on which dependency you want to use and who maintains them.
François
09/18/2024, 3:30 PM
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.