https://github.com/danielearwicker/kor-example-todo
Evolved from the flux TodoMVC example to use kor: no globals, no actions, just an auto-observable store
https://github.com/danielearwicker/kor-example-todo
Last synced: about 1 year ago
JSON representation
Evolved from the flux TodoMVC example to use kor: no globals, no actions, just an auto-observable store
- Host: GitHub
- URL: https://github.com/danielearwicker/kor-example-todo
- Owner: danielearwicker
- License: mit
- Created: 2015-03-16T23:08:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T23:18:10.000Z (about 11 years ago)
- Last Synced: 2025-01-25T18:43:16.876Z (over 1 year ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kor-example-todo
Evolved from the flux TodoMVC example to use
[kor](https://github.com/danielearwicker/kor): no globals, no actions, just an
auto-observable store.
Explanation coming soon...