Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel)
847
stars
32
forks
source link
Consider Store.states extensions to return StateFlow and BehaviorObservable respectively #67
Closed
arkivanov closed 2 years ago
Currently,
Store.states
extension functions returnFlow
andObservable
. It would be better to returnStateFlow
andBehaviorObservable
instead.