By Leo Horie https://news.ycombinator.com/item?id=8973867
By James Forbes https://gitter.im/lhorie/mithril.js?at=582dced52291180a7a609b01
Alternative to Redux?
https://james-forbes.com/?/posts/how-i-use-mithril
- Controller as a Function or Object - http://lhorie.github.io/mithril-blog/prototypes-closures-and-the-zen-of-javascript-oop.html
- Asymmetrical data bindings - http://lhorie.github.io/mithril-blog/asymmetrical-data-bindings.html
- Handling thousands of elements - http://lhorie.github.io/mithril-blog/an-exercise-in-awesomeness.html
https://github.com/lhorie/mithril.js/blob/rewrite/docs/v1.x-migration.md
Note that the following githubs are different:
https://github.com/lhorie/mithril (Website) https://github.com/lhorie/mithril.js (Actual Mithril Code)
https://gitter.im/lhorie/mithril.js
http://threaditjs.com/ - A discussion forum app built on various frameworks to measure perfomance. Competitor to TodoMVC app.
https://koglerjs.com/verbiage/threadit - Full post on the results.