Y
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
cnity
1508 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
1508 days ago
Link doesn't work for me. 404s
link
cnity
1507 days ago
Apologies, should be good now.
link
djrockstar1
1508 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
[0]: https://github.com/curlywurlycraig/vdom-util/blob/master/src...