TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

All JavaScript frameworks are terrible – A case study in confirmation bias

25 pointsby zefeiover 8 years ago

2 comments

Grahtover 8 years ago
As a CS student (pointing out my inexperience), VueJS was the easiest to dive in of them all, i can&#x27;t do marvelous things with it (yet, maybe) but for simple things for personal use and for learning it&#x27;s super OK.<p>But reading articles about Front-End frameworks makes me frustrated. Should i pick Vue ? Should i abandon it for React ? Should i pick Angular 1-2 ? What is HNs&#x27; advice ?
评论 #13578701 未加载
评论 #13578589 未加载
评论 #13578997 未加载
评论 #13581274 未加载
Mc_Big_Gover 8 years ago
<i>It should be noted that unlike competitors, Ember has no corporate backer. Angular has Google in its corner. React is promoted and used by Facebook. Ember lacks this level of support.</i><p>LinkedIn has basically taken on this role as they&#x27;ve hired a lot of core Ember devs. Does Google even count if they don&#x27;t use Angular internally for anything? (so I&#x27;ve heard...)<p><i>...opting for its own “Broccoli” build tool instead of industry standards like Webpack</i><p>Maybe a good criticism but, no mention of everything being built into ember cli so you don&#x27;t have to piece together your own mishmash of technologies for every project? This is a serious advantage.<p>Also, he dismisses the convention over configuration of Ember but doesn&#x27;t mention the value in a new dev being immediately up to speed on how things should be done. Hell, knowing how things should be done for devs that have been on the same team for years is valuable. Ultimate flexibility just allows you to do things differently every time a new page is developed. This is SERIOUSLY annoying and detrimental to every project.