uber / RIBs

Uber's cross-platform mobile architecture framework.
https://eng.uber.com/tag/ribs/
Apache License 2.0
7.73k stars 904 forks source link

Remove Rxjava from core Ribs artifacts #542

Open tyvsmith opened 1 year ago

tyvsmith commented 1 year ago

[Placeholder ticket for high level work]

  1. Remove RxJava from core artifacts and replace with coroutines
  2. Introduce standalone Rxjava2 and RxJava3 libraries that legacy consumers can use, ie function extensions interop.
tyvsmith commented 1 year ago

This would also have the benefit of removing the dependency on autodispose for coroutines usage.