An open API service indexing awesome lists of open source software.

https://github.com/cyclejs/todomvc-cycle

TodoMVC example implemented in Cycle.js
https://github.com/cyclejs/todomvc-cycle

Last synced: 3 months ago
JSON representation

TodoMVC example implemented in Cycle.js

Awesome Lists containing this project

README

        

TodoMVC in Cycle.js
===================

TodoMVC example implemented in [Cycle.js](http://cycle.js.org).

Updated [branch](https://github.com/cyclejs/todomvc-cycle/tree/onionify) that is based on onionify state management. Oldest [branch](https://github.com/cyclejs/todomvc-cycle/tree/gh-pages) that neither uses [collection package](https://github.com/cyclejs/collection) as in main branch, implementation of which onionify also contains, onionify or xstream- instead rxjs. To run oldest delete js and -p folders before running start.

[Open the app]( https://cyclejs.github.io/todomvc-cycle/ )

- - -

To see a version of this codebase using Immutable.js, [click here](https://github.com/cyclejs/todomvc-cycle/pull/9/files).