Reactive Programming
https://www.youtube.com/watch?v=nP-UeleMgE4&list=PLRsbF2sD7JVp8vBso4ysmj-X0u6uGx1rH&index=8
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.
what
Manifesto
tutorials
Advantages
Last updated
Was this helpful?