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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Using AngularJS 1.x in production?

4 点作者 64bitbrain大约 9 年前
Hello HN,<p>I am planning to re-write my web app in AngularJS 1.x. Currently I am using jQuery and it had worked fine so far. What are the benefits of using AngularJS in production over jQuery? Are you using it? Do you see a significant improvement in performance, etc..?

4 条评论

flignats大约 9 年前
I use it in an enterprise production application.<p>Angular includes a jquery lite library and can be used within your angular app. It&#x27;s has a learning curve, but once you understand the fundamentals of Angularjs the benefits become pretty clear.<p>Some common jquery practices are made really easy with Angular (hiding&#x2F;showing content, animations, applying styles conditionally). Plus, as a primarily front end developer it has expanded my development abilities (can create full stack applications, mobile apps more easily, ect).<p>And yeah, maintainability of your code should be easier with AngularJS.
评论 #11692209 未加载
humbleMouse大约 9 年前
Angularjs and JQuery are two different libraries designed to solve different problems. Angular is designed to make data persistence very simple by mirroring your data clientside. JQuery is a tool that abstracts lots of common javascript tasks.<p>I think you should do some more googling and reading up about Angularjs. This is an apples to oranges type of comparison.
评论 #11691398 未加载
karmajunkie大约 9 年前
I&#x27;ve shipped a few angular apps, and for my money I&#x27;d bet on React these days. If you do end up going the angular route, i&#x27;d probably think long and hard about starting with 1.x instead of 2.
评论 #11692814 未加载
alistproducer2大约 9 年前
Maintainability would be the biggest benefit. The first question I would ask is why do u feel ur existing design is no longer suitable?
评论 #11692004 未加载