Cycle.js
Cycle.js is a functional and reactive JavaScript framework for cleaner code
Installing
npm install rx @cycle/core
Note: rx
is a required dependency. Without it, nothing will change.
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
- Ask a question such as "How do I ...?" on one of these channels:
- Ask it in the Gitter chat room
- Open a StackOverflow question with
cyclejs
tag -
Open an issue here. Please note all discussion-like issues are labeled
discussion
and immediately closed. This doesn't mean we unconsidered your discussion. We only leave actual issues open.
- Read discussion issues
- Contribute a new driver: open an issue