Header banner
Revain logoHome Page
reactivex logo

ReactiveX Review

2

Β·

Very good

Revainrating 4 out of 5Β Β 
RatingΒ 
4.0
Development, Application Development

View on AmazonView on Π―M

Description of ReactiveX

ReactiveX is a library for composing asynchronous and event-based programs by using observable sequences.

Reviews

Global ratings 2
  • 5
    0
  • 4
    2
  • 3
    0
  • 2
    0
  • 1
    0

Type of review

Revainrating 4 out of 5

A good Java cross platform reactive framework

ReactiveX is a great tool for writing asynchronous and event-based programs. The documentation is great and the library is well-designed. I have used ReactiveX to write several small and medium-sized applications. The library is very flexible and the API is easy to learn. There are several things that I dislike. Sometimes the API is a bit too much for beginners. I would like to see some examples of how to use the library. I would also like to see more functional programming examples. As a…

Pros
  • The documentation is great and the library is well designed
Cons
  • I would like to see some examples of how to use the library

Revainrating 4 out of 5

Great library for Reactive Programming

I like that it's very easy to use reactive programming in java, especially when you know how rx works with monads or observers patterns are great! It gives me some peace of mind knowing my code will be more maintainable because i'm not implementing every part manually anymore (i still do but most things). There isn't much out there about this lib so far as well which makes finding jobs difficult too sometimes since employers want experience from working at companies who used these libraries…

Pros
  • I love how easy it is to use as a library and the amount of documentation about it online
Cons
  • I've never had a bad experience using rx