Poked around Reaktive from Badoo. <https://github....
# multiplatform
k
Poked around Reaktive from Badoo. https://github.com/badoo/Reaktive. It seems to work OK, but can be quite unforgiving on the native side when things go wrong, and it really needs a set of extensions to avoid same-thread state capture freezing: https://twitter.com/kpgalligan/status/1130579650055417856 Testing was super limited, however. Not idea about general performance or anything else, but it’ll push you db updates to the screen.
o
README is a bit controversial: it mentions
iOS in next release
, but actually has a sample for iOS. Did you try it on iOS too?
k
I only tried it on iOS
The code to support iOS is there, but it crashed hard. Filed a bug: https://github.com/badoo/Reaktive/issues/72. I did get it to “work”, but there would need to be a lot more digging to say adding it to an app would be a good idea. Just playing around with it.
o
I see, thank you.
a
Currently artifacts are published via JitPack and it obviously does not work with iOS targets. We applied for the new fancy GitHub Package Registry and are waiting for the response till next week. If no luck we will sign up and release new version with iOS using JCenter.