Hacker News new | ask | show | jobs
by ondreian 3311 days ago
Mithril.js (https://github.com/MithrilJS/mithril.js)

- only 8kb which should be more important to people

- no reinventing javascript in html

- can easily plug in flyd (or other) tiny stream libraries for reactive data

- small api surface area to learn before you can be productive (if you actually know javascript)

1 comments

Seems interesting but documentation and samples are lacking comparing to other frameworks
I've found Mithril's documentation to be thorough; that was one of my reasons for choosing it.