Y
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
nicoburns
1503 days ago
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.
link
cnity
1503 days ago
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
thoughtpalette
1503 days ago
Link doesn't work for me. 404s
link
cnity
1502 days ago
Apologies, should be good now.
link
djrockstar1
1503 days ago
I got into RxJS cause I had to deal with an Angular project a few months ago, what's wrong with it?
link