reactiveworld.net - Home | Reactive World

Description: Site about reactive programming world. It contains some basics about Reactive Programming and Functional Reactive programming. Also information how to use ReactiveX.

stream (1379) rp (303) reactive (64) reactive programming (8) rxjava (8) reactivex (2) reactive world (1) reactive stream (1)

Example domain paragraphs

Website about Reactive Programing written on non-reactive website with static pages.

If you want to write a responsive application with some computation, you need to use concurrency. For this purpose ReactiveX has Schedulers, which can be defined during creating data stream.

Sometimes you do not want to onError method of Observer be called. Or you want to react only on some specific event of the lifecycle of Observable. Functions for both of these things are in this post.