Let's assume I would like to use a predictable sta...
# javascript
r
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
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
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
Sure, one of the goals would be made multiplatform sample that does the same and has CoRedux in common module
r
Looking forward for JS support 🙂
👍 1