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
Clocks
07/07/2021, 11:37 PM
The coroutines project has an RxJava interop library I believe
☝️ 1
z
zsperske
07/07/2021, 11:39 PM
yeah it does and its really helpful, I guess I mean architecturally how have people approached a migration
c
Clocks
07/07/2021, 11:40 PM
Really, it depends
Choose a section and convert it, One at a time
j
Justin
07/08/2021, 3:23 AM
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