- Learning RxJava
- Thomas Nield
- 172字
- 2021-07-02 22:22:51
Summary
In this chapter, we learned how to look at the world in a reactive way. As a developer, you may have to retrain yourself from a traditional imperative mindset and develop a reactive one. Especially if you have done imperative, object-oriented programming for a long time, this can be challenging. But the return on investment will be significant as your applications will become more maintainable, scalable, and evolvable. You will also have faster turn around and more legible code.
We also covered how to configure a RxJava project using Gradle or Maven and what decisions should drive whether you should choose RxJava 2.0 versus RxJava 1.0. We also got a brief introduction to reactive code and how Observable works through push-based iteration.
By the time you finish this book, you will hopefully find reactive programming intuitive and easy to reason with. I hope you find that RxJava not only makes you more productive, but also helps you take on tasks you hesitated to do earlier. So let's get started!
- 現代C++編程:從入門到實踐
- Spring Cloud Alibaba核心技術與實戰案例
- Linux C/C++服務器開發實踐
- Visual C++數字圖像模式識別技術詳解
- JavaScript+jQuery開發實戰
- 羅克韋爾ControlLogix系統應用技術
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- ASP.NET 3.5程序設計與項目實踐
- Node.js全程實例
- 零基礎入門學習Python(第2版)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 快樂編程:青少年思維訓練
- Arduino Electronics Blueprints
- C#從入門到精通(微視頻精編版)
- KnockoutJS Essentials