Earlier quoted context omitted.
> Mathematically, RxJS and Vue/Solid Qwik like FRP are equivalent. Yes, these are basically the same thing. However, they have little to do with Conal Elliott's "FRP". Which itself is also badly named. > Meijer (who invented Rx) Well "invented". What's a bit surprising is that with both Rx and the Rx-style "FRP", there either is no public history of the ideas at all (Rx) or it is patently wrong (Rx-style "FRP"). Or a…
All this is documented in Meijer's actual paper though? (Your mouse is a database) as well as his aformentioned talk (duality and the end of reactive). He for sure invented observables (as we know it and as the mathematically dual of enumerables) - that doesn't mean it was the first ever reactive system or the concept of data being dependent of other data. If I remember correctly he also explicitly talks abut Conal F…
What is "documented" there is the alternate history of all this coming out of fundamental insights into FP and dualities and all that.
But that isn't the case, it just sounds a lot better than "I found a really complicated way to map dataflow onto FP concepts".
But we as an industry just love complicated.