Leanpub Header

Skip to main content

The Clean Way to Use Rx

Guide manual and tips for implementing with Rx extensions.

I recommend this reading for any actor that participates in the design, implementation, and validation processes of software components through Reactive programming and Functional programming, supported by the use of Rx extensions.

The author is letting you choose the price you pay for this book!

Pick Your Price...
PDF
EPUB
WEB
175
Pages
25,146Words
About

About

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.

Price

Pick Your Price...

Minimum price

$9.99

$19.99

You pay

$19.99

Author earns

$15.99
$

All prices are in US $. You can pay in US $ or in your local currency when you check out.

EU customers: prices exclude VAT, which is added during checkout.

...Or Buy With Credits!

Number of credits (Minimum 1)

1
The author will earn $12.00 from your purchase!
You can get credits monthly with a Reader Membership

Author

About the Author

Yair Carreno

Yair is a Software Architect specialized in mobile solutions. For more than a decade he has been designing and developing products for different companies in different areas such as finance, entertainment, social.

He likes to teach and share his knowledge in one of his most passionate fields, software design, and development.

Contents

Table of Contents

Prefacio

  1. About the book
  2. About the source code
  3. Content development
  4. Glossary
  5. Audience
  6. Questions and contact
  7. Versions of IDEs and technologies used.
  8. Changelog

Foundation

  1. Item 1: From Imperative to Reactive
  2. Item 2: Focus on pure functions
  3. Item 3: Check the nature of the streams when they are linked
  4. Item 4: Decide when to use an Observable type empty or never

Be Clean

  1. Item 5: Keep clean the operators’ chain
  2. Ítem 6: Define functional operator chains
  3. Item 7: Do not nest subscriptions, use operator chain
  4. Ítem 8: Use Rx when there are events involved
  5. Item 9: Do not orchestrate Rx operations with imperative programming
  6. Item 10: Do not include Rx code in Do operators
  7. Item 11: Propagate wrappers, not units
  8. Item 12: Avoid propagating null values, turn to Optionals
  9. Item 13: Remember you can use a filter, instead of if sentence
  10. Item 14: It is possible to divide the emission when if-else is presented
  11. Item 15: Sharing code is not the same as sharing emissions
  12. Item 16: Not everything is delegated to the Observer
  13. Item 17: Delay as much as possible the definition of the Schedule

Flow dependencies

  1. Item 18: Check completion or error events when using filters
  2. Item 19: Beware of reduction operators on infinite streams
  3. Item 20: Maintain consistency like the stream
  4. Item 21: Be careful when you depend on onComplete
  5. Item 22: An additional step in the operator chain
  6. Item 23: Orchestrating and combining effectively

Operators

  1. Item 24: Properly select operators
  2. Item 25: Use the map operator only for transformations

Timing

  1. Item 26: Make sure you execute the tasks at the right time
  2. Item 27: Control execution times on dependent tasks

Error handling

  1. Item 28: Handling errors

Multicasting

  1. Item 29: Share Observables, share Observers, or both

Multi-threading

  1. Item 30: Rx is single-threaded by default
  2. Item 31: Do the order of the subscribeOn and observeOn operators matter?
  3. Item 32: Some operators bring a predefined Scheduler
  4. Item 33: Negotiating with UI

Optimizing

  1. Item 34: Properly canceling the subscription
  2. Item 35: When to use Subjects or Traits?

RxJS code snippet

RxJava code snippet

Rules summary

Changelog

  1. Revision 1 (07-17-2020)
  2. Revision 2 (07-20-2020)

Get the free sample chapters

Click the buttons to get the free sample in PDF or EPUB, or read the sample online here

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 earned over $14 million writing, 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

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub