Let's assume I would like to use a predictable state container in Kotlin/JS. There is a bunch of Kotlin projects, which port JS code (mainly Redux) to Kotlin, but all of them are targeting JVM. So what should I do - port one of these projects back to Kotlin/JS or create Kotlin bindings for original Redux? Any other ideas?
t
tapchicoma
03/13/2019, 12:11 PM
mm, https://github.com/freeletics/coredux - I want to migrate to multiplatform and add a JS support as next step.
If approach in library suites you.
r
Robert Jaros
03/13/2019, 12:26 PM
A simple example would be useful. The pagination example in the sample directory seems quite complicated to me (I know very little about android development 😉)
t
tapchicoma
03/13/2019, 12:27 PM
Sure, one of the goals would be made multiplatform sample that does the same and has CoRedux in common module