Leland Richardson [G]
05/23/2019, 5:01 PMjtravis
05/23/2019, 6:22 PMLeland Richardson [G]
05/23/2019, 6:48 PMFudge
05/24/2019, 7:55 PMmiha-x64
05/24/2019, 8:26 PMrender
on any change, single value change is not very easy to use with it.Leland Richardson [G]
05/24/2019, 8:32 PMLeland Richardson [G]
05/24/2019, 8:32 PMmiha-x64
05/24/2019, 9:08 PMRyan Mentley
05/24/2019, 9:12 PMRyan Mentley
05/24/2019, 9:13 PMRyan Mentley
05/24/2019, 9:13 PMRyan Mentley
05/24/2019, 9:13 PMAdam Powell
05/24/2019, 9:42 PMthemishkun
05/24/2019, 9:44 PM@Model
annotation reminds me about a Hoplon framework for clojurescript frontend. Same as Hoplon, It is a form of FRP, as far can I see. But where is FRP, there is backpressure problem. Any plans on how to handle that?Adam Powell
05/24/2019, 9:48 PM@Model
frames could be endpoints of FRP streams like kotlinx.coroutines.flow
and take the latest values going into a pending compositionAdam Powell
05/24/2019, 9:49 PMAdam Powell
05/24/2019, 9:49 PM@Model
at that point thoughLeland Richardson [G]
05/24/2019, 9:51 PMAdam Powell
05/24/2019, 9:53 PM@Model
gives a nice shortcut to latest snapshotsJacob Applin
05/24/2019, 9:54 PMfun dsl() {
Column {
Text("Hello")
Image("<https://image>")
Array(2) { Text("$it") }
}
}
fun composition() {
Column(
Text("Hello"),
Image("<https://image>"),
*Array(2) { Text("Hello") }
)
}
Adam Powell
05/24/2019, 9:54 PMJacob Applin
05/24/2019, 9:55 PMAdam Powell
05/24/2019, 9:56 PMAdam Powell
05/24/2019, 9:57 PMLeland Richardson [G]
05/24/2019, 9:58 PMAdam Powell
05/24/2019, 9:58 PMAdam Powell
05/24/2019, 9:59 PMJacob Applin
05/24/2019, 9:59 PMJacob Applin
05/24/2019, 10:01 PMLeland Richardson [G]
05/24/2019, 10:02 PM