TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ember.js 1.0 RC4 released

129 pointsby ebrynalmost 12 years ago

4 comments

rustcalmost 12 years ago
Can anyone who has tried Ember and Angular on moderately sized apps (500-1k+ LOC) compare their experiences?<p>I'm using Angular, I love how little code I have to write to make testable apps with their two-way binding, and dependency injection. I went from 0 to Todo App in about an hour after I started to learn Angular. Should I give Ember a try?
评论 #5781406 未加载
评论 #5781727 未加载
评论 #5781410 未加载
评论 #5785454 未加载
评论 #5782176 未加载
ahawkinsalmost 12 years ago
I'm happy to see RC4. Ember has really come a long way since I started using it. Ember itself has really stabilized. I'm really looking forward to 1.0.<p>There is one more thing I'd really like to see before hitting 1. <a href="https://github.com/tildeio/router.js/pull/19" rel="nofollow">https://github.com/tildeio/router.js/pull/19</a> is probably the most important thing happening right now. 1.0 will not be there until these problems are addressed. I hope to see the PR make it to 1.0.
评论 #5781824 未加载
评论 #5781828 未加载
d0malmost 12 years ago
Scary breaking change though. Something that was called automatically before isn't anymore. I personally would have opted for a safer alternative to implement this breaking change. I guess it's a little detail in the <i>grand scheme of ember thing</i>, but for the poor developers who will have RC4 on prod, there could be some very sneaky bugs.<p>That being said, happy to see ember getting closer to 1.0 Final, it's a beautifully designed framework.
gbadmanalmost 12 years ago
For those wanting to give it a quick try, you can easily fool around with a simplistic Ember.js app on Plunker: <a href="http://plnkr.co/edit/gist:5206526?p=preview" rel="nofollow">http://plnkr.co/edit/gist:5206526?p=preview</a><p>I would love to see more of the Ember community on Plunker!