-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for RxJava3? #352
Comments
@BenSchwab @elihart This might be a good opportunity to the coroutines defualt + rxjava2 and rxjava3 extension libraries. What do you think? |
I prefer RxJava than coroutines. I think RxJava is more powerful and fitable functional programming. Anyway, regardless of module structure, RxJava3 has released official ver, so I hope it will be support. |
Yes, I think this would tie in nicely to split extension libraries for these options. I would think that an extension library for rxjava3 would be pretty simple once we have one for rxjava2. |
@Dugin123 RxJava 2.x officially is at maintenance mode. Thus we could piggyback coroutines refactor to simply offer 3.x built over extensions when JetBrains officially support it (see #347). |
@jpventura |
RxJava2 is in maintenance mode and support will stop on March 1st 2021 (source). Migrating is easy, will you accept a PR ? |
Yes, if you look at the 2.0 release branch (https://github.com/airbnb/MvRx/tree/release/2.0.0) there is a |
is any plan to support RxJava3?
The text was updated successfully, but these errors were encountered: