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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are the different patterns used developing a client side web app?

2 点作者 AndreaScn超过 7 年前
Mine is not a technical question but I would like to read different opinions in one of the hottest topic of the web development nowadays.<p>I&#x27;m a frontend software engineer and I work with Ember.js (I didn&#x27;t take this decision, it was already there when I started). In the old versions, it had an MVC approach and, up as it was being updated, the team behind it, left this pattern to embrace &quot;Data down &amp;actions up&quot; (kind of Flux).<p>Actually, my question is: today, what are the most common patterns of the web development and, for each pattern, what are the frameworks that adopt it? I&#x27;m interested in a discussion that compares different patterns with their frameworks, and what should be the best situation to use each of them.<p>I hope the question is interesting for you as well (sorry if I did a O(n^2) complexity question due to the fact that we have to compare N patterns and N framework... I&#x27;m joking ) looking forward to read what you think.<p>Thanks.

1 comment

tboyd47超过 7 年前
In development environments where expectations have outpaced tools, frameworks and patterns proliferate. The front-end is one such environment.<p>Node.js created a revival of interest in Javascript as a serious language, causing the more casual&#x2F;ad-hoc style of JQuery&#x2F;YUI&#x2F;MooTools&#x2F;Dojo. to be eclipsed by more heavy-handed structured patterns like Backbone&#x2F;Ember&#x2F;Meteor&#x2F;Angular, usually based on MVC. This went on for a long time because the browser front-end platform was still too primitive to support the kind of large projects people were suddenly demanding to build.<p>Now we are entering a period where the platform has finally become much more sophisticated with HTML5, CSS3, ES2015, HTTP2, etc., and not so many things need to be coded by hand anymore in the front-end world. Also, Facebook released React and introduced the one-way data flow pattern that&#x27;s now popular. So the heavy handed approach to front-end design is now on the wane.
评论 #15562167 未加载