https://kotlinlang.org logo
Title
в

Виталий Перятин

07/20/2019, 7:28 AM
How much is RxJava needed now, when Kotlin features replace a lot of Rx functions?
j

jw

07/20/2019, 8:07 PM
Do you need to support Java? Then 100%. Otherwise 0%.
👍 20
p

pg

07/27/2019, 11:43 AM
@jw can I ask you, if your opinion keeps in mind not released yet Kotlin's Flows? I love rx and not tried coroutines yet, but I'm really interested now
j

jw

07/27/2019, 11:48 AM
They're released. It's just not stable, but it will be shortly as they're stable in the current RC.
p

pg

07/27/2019, 12:26 PM
Oh, you are right. Then, coroutines can replace completely rx in pure kotlin project? I really value transformations and process flow in rx irrespective of threading. If coroutines will allow all that, then I think I will give a try in my thesis's project 😉
a

Ankur Gupta

07/27/2019, 5:22 PM
Hey, I'm confused, what features of kotlin replaces Rx functions? Other than threading with Coroutines.