The Clean Way to Use Rx
The Clean Way to Use Rx
Guide manual and tips for implementing with Rx extensions.
About the Book
This work, groups the different practices used in the implementation of software components through Rx extensions. These practices are organized into 35 application items, and for each item, it is analyzed, which are the recommended code practices and the practices to avoid.
It could also be said that this document is the compilation of good practices learned through the own experience acquired in business projects, recommendations received from forums, blogs, workshops and in general from analyzes given by experts in the area, including the recommendations given in the official sites of each extension.
This book is also intended as a practical reference manual for implementing Rx code. That is why much of the book's material consists of examples of code snippets written in the main programming languages for both Frontend (mobile, web; that is, JavaScript, Swift, Java) such as Backend.
The concepts studied in each of the items are agnostic to the programming language, there are few cases in which a certain capacity is not available in an extension and in which case the respective annotation is made in the item.
It is intended that once the concepts of each item have been studied, the reader benefits from a greater understanding of how Rx works.
Readers will also be equipped with tools to apply good practices that are ultimately reflected in the solutions in the area of:
- Clean Code.
- Best performance:
- Mitigate bugs scenarios.
Bundles that include this book
Table of Contents
-
Prefacio
- About the book
- About the source code
- Content development
- Glossary
- Audience
- Questions and contact
- Versions of IDEs and technologies used.
- Changelog
-
Foundation
- Item 1: From Imperative to Reactive
- Item 2: Focus on pure functions
- Item 3: Check the nature of the streams when they are linked
- Item 4: Decide when to use an Observable type empty or never
-
Be Clean
- Item 5: Keep clean the operators’ chain
- Ítem 6: Define functional operator chains
- Item 7: Do not nest subscriptions, use operator chain
- Ítem 8: Use Rx when there are events involved
- Item 9: Do not orchestrate Rx operations with imperative programming
- Item 10: Do not include Rx code in Do operators
- Item 11: Propagate wrappers, not units
- Item 12: Avoid propagating null values, turn to Optionals
- Item 13: Remember you can use a filter, instead of if sentence
- Item 14: It is possible to divide the emission when if-else is presented
- Item 15: Sharing code is not the same as sharing emissions
- Item 16: Not everything is delegated to the Observer
- Item 17: Delay as much as possible the definition of the Schedule
-
Flow dependencies
- Item 18: Check completion or error events when using filters
- Item 19: Beware of reduction operators on infinite streams
- Item 20: Maintain consistency like the stream
- Item 21: Be careful when you depend on onComplete
- Item 22: An additional step in the operator chain
- Item 23: Orchestrating and combining effectively
-
Operators
- Item 24: Properly select operators
- Item 25: Use the map operator only for transformations
-
Timing
- Item 26: Make sure you execute the tasks at the right time
- Item 27: Control execution times on dependent tasks
-
Error handling
- Item 28: Handling errors
-
Multicasting
- Item 29: Share Observables, share Observers, or both
-
Multi-threading
- Item 30: Rx is single-threaded by default
- Item 31: Do the order of the subscribeOn and observeOn operators matter?
- Item 32: Some operators bring a predefined Scheduler
- Item 33: Negotiating with UI
-
Optimizing
- Item 34: Properly canceling the subscription
- Item 35: When to use Subjects or Traits?
- RxJS code snippet
- RxJava code snippet
- Rules summary
-
Changelog
- Revision 1 (07-17-2020)
- Revision 2 (07-20-2020)
- Notes
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $14 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them