kefirjs / kefir

A Reactive Programming library for JavaScript
https://kefirjs.github.io/kefir/
MIT License
1.87k stars 97 forks source link

combineTemplate #75

Closed theadam closed 9 years ago

theadam commented 9 years ago

Any thoughts on adding functionality similar to combineTemplate from Baconjs?

rpominov commented 9 years ago

We discussed this in gitter. Sorry for being lazy, but I'll just copy-paste from there:

Also my most recent idea about Kefir API is that it should be as small as possible (see #71) There is a lot of benefits from it, and boilerplate code isn't a big problem. So .combineTemplate the only value of which is minimizing boilerplate code, isn't good candidate to be added to the API.