Hacker News new | ask | show | jobs
by zelly 1503 days ago
RxJS aka the reason so many websites take 100MB of memory nowadays

Don't use it

1 comments

It fairness you can do reactive data without RxJS. For example by using the vanilla web socket API. Agree that RxJS is best avoided though.
You can react to state changes with an astonishingly small amount of code with JS [0]

[0]: https://github.com/curlywurlycraig/vdom-util/blob/master/src...

Link doesn't work for me. 404s
Apologies, should be good now.
I got into RxJS cause I had to deal with an Angular project a few months ago, what's wrong with it?