Join Slack
Powered by
Is MVVM the best option as design pattern in KMM? ...
# multiplatform
b
Britto Thomas
07/09/2022, 2:03 PM
Is MVVM the best option as design pattern in KMM? Is there any other best/commonly used or native way?
a
Alexey
07/09/2022, 3:40 PM
One alternative would be the MVI pattern. E.g.
https://github.com/arkivanov/MVIKotlin
and
#mvikotlin
👍 1
b
Britto Thomas
07/09/2022, 3:53 PM
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
Landry Norris
07/09/2022, 6:18 PM
#decompose
allows a simple BLoC style
Landry Norris
07/09/2022, 6:19 PM
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
Open in Slack
Previous
Next