lastguest / cycle-core

A fully reactive JavaScript framework for Human-Computer Interaction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 comprised of one single function, Cycle.run(main, drivers).

Installing

npm version

npm install rx @cycle/core

Note: rx is a required dependency. Without it, nothing will change.

I came here because I want to...

LICENSE

The MIT License (MIT)


Build Status Code Climate Dependency Status devDependency Status JS.ORG

About

A fully reactive JavaScript framework for Human-Computer Interaction

License:MIT License


Languages

Language:JavaScript 96.8%Language:HTML 3.2%