My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Comparing Java 8, RxJava, Reactor

Comparing Java 8, RxJava, Reactor

Joel Jensen's photo
Joel Jensen
·Apr 23, 2017

People often ask me: Why should I bother using RxJava or Reactor, if I can achive the same with Streams, CompletableFutures or Optionals? The problem is, most of the time you are solving simple tasks, and you really don't need those libraries. But, when things get more complex, you have to write some freaky piece of code.