lauripiispanen / angular-bacon

Angular-bacon.js bindings
MIT License
146 stars 16 forks source link

Props to you, man. #1

Closed DjebbZ closed 11 years ago

DjebbZ commented 11 years ago

I'm learning AngularJS (I really like it), and I just discovered Bacon.js and FRP. Really great. So when stumbled upon your project, I had to tweet about it !

Project seems on standby though. Is it because you lost interest in it, or because you think it's enough for your needs ? Before asking I checked the tests and they seem to cover the tool, so I would favor the latter but I prefer I asking.

Again : props to you ! It's a crazy combo here !

lauripiispanen commented 11 years ago

Thanks! I'm currently not working on this actively, but I do accept contributions (as you've probably seen ;). There are a couple of features I'd love to do, such as making bacon observables first class angular scoped objects. That way you wouldn't need a separate .digest() or .digestObservables() call. Very likely that's going to take some plumbing under the hood in angular, and I'm not even sure if that's possible...

DjebbZ commented 11 years ago

Just a note. I've been to an Angular meetup 2 days ago, and one speaker talked about not binding too much data, especially on mobile. So he suggested using bindonce. Does this problem have a relation with digests ?