https://kotlinlang.org logo
Title
f

Felipe Gaiad

04/09/2021, 1:39 AM
For those who use MVVM as architecture for CfD, what do you usually use to replace the livedata to observe changes in state at the viewmodel properties?
t

Tlaster

04/09/2021, 2:41 AM
You can take a look at https://github.com/Tlaster/PreCompose which provide livedata and viewmodel for compose desktop
😍 2
👍 1
t

theapache64

04/09/2021, 3:04 AM
@Felipe Gaiad i use StateFlow
👍 2
f

Felipe Gaiad

04/09/2021, 12:12 PM
Thanks! I'm starting now with CfD coming from an Android background. And then, a lot of doubts.
m

Michal Harakal

04/09/2021, 6:54 PM
@Felipe Gaiad As Android dev, you have already seen it all 🙂 You will be fine with CfD
👍 1