https://kotlinlang.org logo
r

Robert Jaros

05/20/2020, 4:34 PM
For some more fun, I've added
ObservableState
interface to a bunch of other stateful KVision components. So now we will be able to
bind()
to any form components (text, checkbox, select, datetime etc.) and even the embedded react components. I've also added to the
ObservableState
new
stateFlow
extension property - it translates an observable into the new
StateFlow
from coroutines lib. I don't even know how this could be useful but it's just cool ;-)