4 comments

[ 3.8 ms ] story [ 16.3 ms ] thread
I've recently been looking at the relevance and usefulness of FP in javascript, and I've just started looking at the Reactive paradigm, mainly in the Rxjs[1] library.

Is this built based on similar principles?

[1] https://github.com/Reactive-Extensions/RxJS

It is similar, though more on the lines of the video on the github page.
If I were trying to choose between the two, what reasons are there to pick yours as opposed to RxJS?
You should pick RxJS. frpjs is new and has a long way to go. Conceptually it is different.