|
|
|
|
|
by troupo
1000 days ago
|
|
Because RxJS made at least one huge mistake: it made its observables lazy. When does it start? How do you deal with oversubscription? Late starts? Double subscriptions? On top of that streams are always a pain in the butt to debug. The fifteen million obtuse methods/operators didn't help either (I see there are significantly fewer now). And to remind you: it took the author of RxJava several months to understand the programming model: https://twitter.com/dmitriid/status/811561007504093184 |
|