from Hacker News

RxFiddle: Visualize your Observables

by pbadenski on 10/10/17, 10:07 AM with 16 comments

  • by krat0sprakhar on 10/12/17, 1:09 AM

    I've found RxViz: http://rxviz.com/ to be super useful as well!
  • by jondwillis on 10/11/17, 11:02 PM

    Very cool. I’ll have to try this out the next time I have trouble with a RxSwift observable chain.

    One of the nicer sides of using Rx is that converting from one implementation to the next is usually fairly trivial.

  • by iamleppert on 10/12/17, 12:20 AM

    Honestly, I don't get it. What's the benefit here to having this library as opposed to just calling those functions directly when some data in object changes?

    I guess you could argue if you had tons of data, but I wouldn't be using a frontend application to implement a distributed queue processing and messaging system...