Does anyone have any articles to share or recommen...
# coroutines
z
Does anyone have any articles to share or recommendations on how to best live with both RXJava & coroutines in the same Android project? We’re going to be migrating over time and (understandably) a lot of the documentation assumes you are using all coroutines
c
The coroutines project has an RxJava interop library I believe
☝️ 1
z
yeah it does and its really helpful, I guess I mean architecturally how have people approached a migration
c
Really, it depends
Choose a section and convert it, One at a time
j
Most of the time I'd do it component by component, one module at a time, with plenty of tests to validate behavior for any code that's being changed
☝️ 1
z
thank you both!
😄 1
came across this article and I remembered this thread, hopefully this helps