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
- Host: GitHub
- URL: https://github.com/cyclejs/todomvc-cycle
- Owner: cyclejs
- License: mit
- Created: 2014-11-09T19:55:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T08:24:15.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T19:19:04.687Z (3 months ago)
- Language: JavaScript
- Homepage: https://cyclejs.github.io/todomvc-cycle/
- Size: 5.81 MB
- Stars: 239
- Watchers: 10
- Forks: 60
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).