Hacker News new | ask | show | jobs
by nicoburns 1508 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.
2 comments

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?