Is there a kotlin wrapper for redux saga or thunk?
➕ 1
j
Joffrey
08/14/2019, 3:57 PM
I'm also pretty interested in this. I'm currently migrating a react project to Kotlin, and it was heavily relying on redux-saga.
I have actually started creating a simpler middleware which allows for a coroutine-based side-effect management, but without the "effect" mechanism of redux sagas.