michaelrambeau / bestofjs

Best of JS repo used only to track user requests
https://bestofjs.org
131 stars 9 forks source link

Add cellx #197

Closed gamtiq closed 5 years ago

gamtiq commented 6 years ago

https://github.com/Riim/cellx

michaelrambeau commented 6 years ago

Hello Denis @gamtiq Thank you for the suggestion.

I was checking the Benchmark in the README.md and I was wondering why it mentions frameworks like Knockout but not Vue.js or Angular, and libraries like Reactive.js but not Rx.js or Bacon.js that are far much popular and implement the reactive pattern too, if I understand correctly.

Do you now the authors or have you used this library? Thank you for your feedback!

gamtiq commented 6 years ago

Hello Michael,

I don’t know the author of cellx and haven’t used the library in real projects. A couple of my personal suppositions regarding the benchmark. Knockout has concept of observables (has dedicated API) so in some extent can be used as reactive programming library. In contrast to Knockout, Angular nor Vue doesn’t have similar concept or API. Concerning Rx.js or Bacon.js I suppose that their absence in benchmark is a wish of the author to show cellx to the best advantage. But I should note that both Rx.js and Bacon.js are more complex libraries considering their API and size.

michaelrambeau commented 6 years ago

Thank you Denis @gamtiq cellx project will be available in Best of JavaScript very soon.

So far the concept of "Reactive Programming" was more or less covered by the tag called Streams but I'm going to add a new tag, more specific, called "Reactive Programming" that would include the following projects:

Does it make sense? Can you see other projects from Best of JavaScript that belong to this category? (some other UI frameworks maybe?)

Thank you for your help!

gamtiq commented 6 years ago

Hello Michael,

Does it make sense?

I think the new proposed tag "Reactive Programming" will be useful for users of Best of JavaScript.

Can you see other projects from Best of JavaScript that belong to this category?

At the moment I don’t see any appropriate projects from Best of JavaScript besides mentioned that can be tagged by "Reactive Programming".

michaelrambeau commented 6 years ago

Hello Denis @gamtiq OK, cellx project and the new tag Reactive programming are available on Best of JavaScript.

Could you check here: https://bestofjs.org/tags/reactive

Thank you again!