all imlementations using CycleJS all imlementations of Composition

a composition helper implementation
of the Composition demo using CycleJS

Framework Code size Bundle size Author Github
CycleJS 10.0.5 3529 229354 krawaller link

This CycleJS implementation of the app leans heavily on the composition helper introduced here.

This means that the parent->child communications are visible in the withComponent calls. For instance here's the corresponding line from the field component...

export default withComponent(Field,Confirm,'disabled$')

...showing how Field will pass the disabled$ sink as a source to Confirm.