v7.0.0 Cycle Nested
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:
- Cycle Core v6.0.0 or higher
- Cycle HTTP Driver v7.0.0 or higher
- Cycle DOM v8.0.0 or higher
isolate()
, a helper library for components- Other compatible drivers
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()
andisolateSink
. Read more about isolation.