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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ember without Ember Data

44 点作者 EvilTrout大约 12 年前

5 条评论

wolfhumble大约 12 年前
Just a little heads-up: The example on <a href="http://emberreddit.eviltrout.com/" rel="nofollow">http://emberreddit.eviltrout.com/</a> links to a github page that does not exist: <a href="https://github.com/eviltrout/ember-reddit" rel="nofollow">https://github.com/eviltrout/ember-reddit</a><p>The right page should be: <a href="https://github.com/eviltrout/emberreddit" rel="nofollow">https://github.com/eviltrout/emberreddit</a><p>The link to the github project on the parent page is correct though.
评论 #5442703 未加载
davidroetzel大约 12 年前
This is of course well meant and I think it is good to remind people, that there is no need to use Ember Data in Ember, but I have one objection:<p>The example only fetches records from the API and never creates, updates or deletes any. This is actually something that can easily be achieved with Ember Data today and in fact it is the one thing that is well documented.
adamnemecek大约 12 年前
&#62;&#62; Ember works perfectly well without Ember Data!<p>I think that the reason why people may not have realized that was because the code example on the emberjs home page used to use ember data. <a href="http://web.archive.org/web/20130109131701/http://emberjs.com/" rel="nofollow">http://web.archive.org/web/20130109131701/http://emberjs.com...</a>
itsbits大约 12 年前
nice..actually am doing a ember project where i am not even many use of models..Property Binding itself is so awesome in emberJS..
评论 #5430599 未加载
itsbits大约 12 年前
also made a game..<a href="https://github.com/thecodejack/emberjs-zatacka-game" rel="nofollow">https://github.com/thecodejack/emberjs-zatacka-game</a>