Skip to content

v7.0.0 Cycle Nested

Compare
Choose a tag to compare
@staltz staltz released this 21 Dec 19:41
· 67 commits to master since this release

Cycle Nested

Cycle Nested is a new version of Cycle.js with a focus on hard-core reusability: any Cycle.js app can be easily reused in a larger Cycle.js app.

New documentation site at cycle.js.org.

Cycle Nested consists of:

NEW HTTP Driver features in Cycle Nested:

  • Components are simply Cycle.js apps (main() renamed to e.g. Button()) that can be reused in larger apps.
  • The HTTP Source, response$$, has two new functions attached to it: isolateSource() and isolateSink. Read more about isolation.