Nikky
03/16/2021, 11:07 PMStore<T>
or Store<List<T>>
type? i have only used something similar in fritz2
but.. if i want to build a desktop UI,might as well check if i can do it "right"
or in other words.. can i render a StateFlow<T>
and have the UI rebuild as as the value changes ?Zach Klippenstein (he/him) [MOD]
03/16/2021, 11:26 PMstateFlow.collectAsState()