Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You’re an idiot, that’s what’s up.
They are not comparable. One handles a single transaction, the other an indefinite amount of transactions with no guarantee to end. -
@petergriffin I think they are comparable if we view them as a way of handling asynchronous code
-
@rifanfirdhaus yeah sure I’ll add a dependency to every project and add unneeded 70kb’s for something that is most likely also very doable with native language features.
The last time I actually needed rx was when I dynamically had to peace together various Bluetooth low energy packets that came in async and I had to filter out the various responses to requests and other informational packets with timeout and everything.
But in the end, it all bundled together to promises. I request an Ressource and I get the resource back some day.
I don’t get maybe one or multiple or parts of them and glue shit together or jank stuff I have seen from people who think rx is superior.
It’s not like the whole pattern existed for more than 10 years. -
Crost41083y@rifanfirdhaus how else would we compare them? As synchronise solutions? xD
You're onto a lost cause here dude.
Rx.js is better than promise, prove me wrong
rant