TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

25 点作者 zefei超过 8 年前

2 条评论

Graht超过 8 年前
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_G超过 8 年前
<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.