https://github.com/stephanhoyer/mithril-talk
Example app (TodoMVC) with mithril in one hour
https://github.com/stephanhoyer/mithril-talk
Last synced: 9 months ago
JSON representation
Example app (TodoMVC) with mithril in one hour
- Host: GitHub
- URL: https://github.com/stephanhoyer/mithril-talk
- Owner: StephanHoyer
- Created: 2015-02-05T21:07:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T03:39:03.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T13:12:51.920Z (over 1 year ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mithril-talk
I held a talk [@leipzigjs](https://twitter.com/leipzigjs) about [mithril](http://lhorie.github.io/mithril).
[Here](http://slides.com/stephanhoyer/mithril-js#/) are the slides.
As example app, I show how to code TodoMVC with mithril in one hour (cheated).
The code can be found in `example` directory. It has to be improved though.