I’m curious to learn reactive programming. So far, below is my understanding:
Two APIs in Java for reactive programming:
What is reactive Programming: It’s a paradigm to focus on developing asynchronous and non-block components.
Using reactive programming, we can present data as soon as it’s ready.
Resources for more learning:
- http://reactivex.io/
- RxJava learning resources: https://blog.danlew.net/2014/09/15/grokking-rxjava-part-1/
