Ask HN: Starting a project today, which JavaScript framework would you use?
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- https://github.com/hyperapp/hyperapp
- https://github.com/KingPixil/moon
- https://github.com/pakastin/redom
And, if you must use React, then I'd choose Preact instead.
- 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)