Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephanhoyer/mithril-talk

Example app (TodoMVC) with mithril in one hour
https://github.com/stephanhoyer/mithril-talk

Last synced: about 2 months ago
JSON representation

Example app (TodoMVC) with mithril in one hour

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.