André StaltzNov 8, 2015
Now this Combinator component works like any other “normal” React component, except it accept Virtual DOM containing Observables. Let’s re-write the application UI by using observable combinators.
Containers Are Dead. Long Live Observable Combinators
Matti Lankinen
13117
What you call "Combinator" is in Cycle.js "transposition" https://github.com/cyclejs/cycle-dom/blob/master/src/transposition.js
They are indeed powerful and underestimated/unexplored.