- Learning RxJava
- Thomas Nield
- 245字
- 2021-07-02 22:22:50
RxJava 1.0 versus RxJava 2.0 - which one do I use?
As stated earlier, you are encouraged to use RxJava 2.0 if you can. It will continue to grow and receive new features, while RxJava 1.0 will be maintained for bug fixes. However, there are other considerations that may lead you to use RxJava 1.0.
If you inherit a project that is already using RxJava 1.0, you will likely continue using that until it becomes feasible to refactor to 2.0. You can also check out David Akarnokd's RxJava2Interop project (https://github.com/akarnokd/RxJava2Interop), which converts Rx types from RxJava 1.0 to RxJava 2.0 and vice versa. After you finish this book, you may consider using this library to leverage RxJava 2.0 even if you have the RxJava 1.0 legacy code.
In RxJava, there are several libraries to make several Java APIs reactive and plug into RxJava seamlessly. Just to name a few, these libraries include RxJava-JDBC, RxAndroid, RxJava-Extras, RxNetty, and RxJavaFX. At the time of writing this, only RxAndroid and RxJavaFX have been fully ported to RxJava 2.0 (although many other libraries are following). By the time you are reading this, all major RxJava extension libraries will hopefully be ported to RxJava 2.0.
You will also want to prefer RxJava 2.0 because it was built on much of the hindsight and wisdom gained from RxJava 1.0. It has better performance, simpler APIs, a cleaner approach to backpressure, and a bit more safety when hacking together your own operators.
- Java 開發從入門到精通(第2版)
- R語言經典實例(原書第2版)
- Vue.js快速入門與深入實戰
- Django開發從入門到實踐
- PostgreSQL Replication(Second Edition)
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- C語言開發基礎教程(Dev-C++)(第2版)
- Machine Learning in Java
- GameMaker Essentials
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Node.js從入門到精通
- Python全棧開發:基礎入門
- Drupal 8 Development Cookbook(Second Edition)
- 安卓工程師教你玩轉Android
- PHP動態網站開發實踐教程