Ask HN: Starting a project today, which JavaScript framework would you use?

4 points by betimd ↗ HN
Taking in consideration all the changes and rewrites that happened to almost all java script frameworks, it would be interesting to see if we're in favor of: - Angular - React - Vue

7 comments

[ 2.6 ms ] story [ 22.8 ms ] thread
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)

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.