Reactive programming

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:

 

Leave a comment