This document introduces ReactiveX, an API for asynchronous programming with observable streams. It discusses key ReactiveX concepts like Observables, Observers, and subscriptions. It provides examples of common ReactiveX operations like map, filter, zip, and merge. It also outlines some usage scenarios for ReactiveX like handling multi-clicks and searching with debounced keyword input.
1 of 20
Download to read offline
More Related Content
Reactive X introduction part1
1. Reactive X
An API for asynchronous programming with observable streams
Jieyi Wu
2017.01.31
part1
Introduction