Hacker News new | ask | show | jobs
by MortyWaves 511 days ago
https://github.com/ReactiveX/RxPY
1 comments

As an Angular/RxJS developer, RxPY was the first library I tried in my projects (about two years ago, I think). However, it had too many footguns that I didn’t encounter with RxJS. Because of that, I opted for simple asyncio Queues instead. Now that Angular is transitioning from RxJS to Signals, I was curious if something similar exists in the Python ecosystem.