[ANN] @nobleai/rescript-rxjs bindings

Hi All
It has been asked for here before, and there are other examples in the before-times, but I ended up writing Rxjs bindings for use in our system and thought I would share. Please take a look if youre interested. I’d love to hear any feedback.

My approach has been to use phantom types etc to differentiate the behavioral class of observables, input and output types. Theres still a lot I could learn here. Im not sure behaviorsubject and subject are meaningfully different in these bindings, for example. Some of the rules for types in transformations may need work.

5 Likes