Cycle.js
Cycle.js is a fully reactive JavaScript framework for Human-Computer Interaction.
Cycle Core is the minimum required tools you need for building applications. It is basically comprised of one single function, Cycle.run(main, drivers)
and wraps RxJS as Cycle.Rx
.
Installing
npm install @cycle/core
I came here because I want to...
- Understand how Cycle.js works in general: go to http://cycle.js.org
- Understand how Cycle Core itself works: read the docs and the tests
- File a bug report for anything Cycle-related: open an issue
- Contribute a new driver: open an issue