Last updated 4 years ago
Was this helpful?
AVoid blocking threads, avoid switching threads
Reactive programming is programming with asynchronous data streams.
Event buses or your typical click events are really an asynchronous event stream, on which you can observe and do some side effects.
-