Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you planned continue develop this plugin? #1

Open
xgrommx opened this issue Aug 1, 2014 · 10 comments
Open

Do you planned continue develop this plugin? #1

xgrommx opened this issue Aug 1, 2014 · 10 comments

Comments

@xgrommx
Copy link

xgrommx commented Aug 1, 2014

I am developing a documentation for RxJS and I would like know will be developing this plugin in future? For example I just create this article http://xgrommx.github.io/rx-book/content/rxjs_bindings/ractive/README.html

@srounce
Copy link

srounce commented Sep 15, 2014

+1 Would also very much like to use this also

@Rich-Harris
Copy link
Member

Sorry for the slow reply! This completely passed me by. Would definitely like to continue to develop this, I think Rx and Ractive are a very natural fit for each other. The two hurdles are a) no free time and b) the fact that I don't know Rx...

I'd happily grant push access to anyone who wanted it, otherwise this'll be a 'magic time' project for some future free weekend.

@srounce
Copy link

srounce commented Sep 24, 2014

Do you have a list of what's broken or left to tackle?

@Rich-Harris
Copy link
Member

Not sure - I suspect there are some Rumsfeldian 'unknown unknowns'. The demo page seems to work as expected, but I don't know for certain that it works reliably with all observables of whatever complexity. I guess the only thing is to try it out and deal with issues as they arise.

@Rich-Harris
Copy link
Member

Ooh, I'm just looking at @xgrommx's demo. This is really cool. @xgrommx is it okay if I adapt that for the demo page? So much better than a counter!

@mattpodwysocki
Copy link

@Rich-Harris if you need any help in terms of learning, we on the Rx team can certainly help out. That and taking a look at a lot of the examples we already have with RxJS might help:

@martypdx
Copy link

@mattpodwysocki:

See http://jsbin.com/yatiqi/1/edit?html,js,output. I tried creating a fromEventPattern to hook into ractive.observe, subscribe works, but not .flatMapLatest

@martypdx
Copy link

Ah, got it. You can integrate with Ractive's observables, rather than the DOM like so:

var results = Rx.Observable.fromEventPattern(
  function addHandler (h) { 
    ractive.observe('term', h, { init: false }); 
  },
  function delHandler (_, signal) { 
    signal.cancel(); 
  }
).flatMapLatest(searchWikipedia);

@xgrommx
Copy link
Author

xgrommx commented Oct 7, 2014

Hi @Rich-Harris. You can use my example for your demo =) Also I would like know about develop rxjs plugin. Do you plan continue this one?

@arxpoetica
Copy link

Status? Been a while...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants