Has someone used Arrow.fx with Jetpack Compose alr...
# arrow
k
Has someone used Arrow.fx with Jetpack Compose already? Is there a way to use it so that we only have one unsafeRunSync per Activity?
k
That’s an interesting question. From what I’ve seen of Jetpack Compose, they have this @Model annotation and
+state {}
thing that are a step backwards from immutability. I’d be interested to see what people suggest, as Compose is something I’ve been playing around with, too.
r
We are looking into compose to provide an integration with Arrow when its design is finalised and their changes to their compiler fork make it upstream to main kotlin
🔝 1
k
That's awesome!