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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tomorrow's Ember 1.0 Release: Things to Know

51 点作者 mikeyanderson将近 12 年前

8 条评论

tmzt将近 12 年前
This has been a long time coming and the pace of change over the last year (or so, not sure exactly) has been rapid. I worked on a version of an application I am working on with Ember, even moved the backend to Rails 3 to make it work better with Ember Data, but recently switched development on that app and for other projects I am working on to component.io. I like what Ember is intended to be and I think with this release and the tutorials finally catching up to changes in the API it will be a good framework for people to learn. But I find working against it&#x27;s opinion of how things should work took up most of the time of working on that project. I now build things with a small abstractions that work well for me, not automatically generated routes that I had no end of trouble debugging.<p>I&#x27;m now using the wonderful <a href="http://visionmedia.github.io/page.js/" rel="nofollow">http:&#x2F;&#x2F;visionmedia.github.io&#x2F;page.js&#x2F;</a> which is practically express for the browser. The data binding support was the reason I originally choose Ember, but it turned out to give me very little in how I built that app, it&#x27;s not a simple CRUD so the opportunities for binding models to views is fairly small. And, in any case, attaching events to those models works just as well for me. I&#x27;ve actually reused some of the concepts I&#x27;ve learned from Ember, such as creating an app container to store global objects, and created a few simple view and container view classes based on those in component.<p>So again, awesome news.
caiob将近 12 年前
The defacto web framework. :) Congrats to the Ember Team.
评论 #6304690 未加载
kapilkale将近 12 年前
The documentation is leagues better than where it was 6 months ago.<p>I couldn&#x27;t comprehend much of the Ember docs last time I was faced with a decision point on which front-end framework to use.
fuddle将近 12 年前
Excellent resources. I&#x27;ve been learning Ember over the last few days and I didn&#x27;t see any mention of these on the Ember.js site. I can see these being very useful tools for development.
kanja将近 12 年前
This is fantastic news - I&#x27;m just finishing up my second Ember app now and I have to say it&#x27;s pretty amazing how it works. It&#x27;s a large system with some complex parts, but once you get a handle on what&#x27;s going on, you can make some truly elegant code. I&#x27;ve been doing javascript&#x2F;jquery as part of web development for 5 years now, and shifting to ember from raw jquery is as transformative as shifting from cgi scripts to django
danso将近 12 年前
&gt; <i>Already in the Chrome App store, the Ember Inspector extension will let you see what your Ember app is doing in production or your development environment. You can also use the inspector on other site&#x27;s Ember apps as well. Three cheers for easier debugging of your Ember app! Link to the Ember Inspector.</i><p>This is cool. AngularJS having a Chrome-plugin debugger was one of the things that got me interested in trying it out. Powerful, specialized debuggers are always a killer feature for any new framework&#x2F;system.
hijk将近 12 年前
They can document it all they want, still seems like Angular is easier to get started with.
评论 #6304685 未加载
评论 #6304810 未加载
camus将近 12 年前
Ember is good though i finally decided to use backbone+ractive, best of both worlds.<p>AngularJS perf on mobile were not that great , Ember came a bit late ,but good luck.
评论 #6306284 未加载