Is MVVM the best option as design pattern in KMM? ...
# multiplatform
b
Is MVVM the best option as design pattern in KMM? Is there any other best/commonly used or native way?
a
One alternative would be the MVI pattern. E.g. https://github.com/arkivanov/MVIKotlin and #mvikotlin
👍 1
b
Which one will well with both Android and iOS I have seen a library for MOKO MVVM But sure whether it's the best solution out and commonly used in KMM
l
#decompose allows a simple BLoC style
I used to use moko-mvvm, but found that I personally prefer decompose after a couple of example projects. Both are really good libraries.
👍 1