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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

EmberConf 2017: State of the Union

132 点作者 chadhietala1大约 8 年前

7 条评论

mwpmaybe大约 8 年前
A great read that recaps the history of Ember, what helped it stand out from the crowd in the past, and what worked and what didn't, segueing into the introduction of Glimmer.js, a standalone UI component library extracted from Ember 2.10. Congrats to Tom, Yehuda, Godfrey, and the rest of the Ember Core Team! Looking forward to another productive year.
0xADADA大约 8 年前
I was playing with glimmer.js, it feels like you can now "NPM your way to a full app" similar to the react eco system (if you're into that sorta thing).
评论 #14049541 未加载
lurker789大约 8 年前
I hope they start making TypeScript a first class citizen in Ember, just as they have done with Glimmer, it really makes development so much easier, hopefully with .get() and .set() going away it will make it easier for the typescript compiler to figure out what is mutating what.
评论 #14046546 未加载
orf大约 8 年前
Yes! Ember is a really awesome framework, when coming from the likes of Django where there is a blessed version of everything you need (like a router, file layout, template language etc) it&#x27;s really nice for those to all be included.<p>This post hits the nail on the head with Embers problems though, and it does seem like it&#x27;s been left behind a bit in terms of using the latest and greatest tools. For example migration to Babel 6 from Babel 5 is only just finishing for the core components. get() and set() are also not so nice for newcomers.<p>As the post highlights this is mostly due to the projects age and baggage Ember carries. I see this as a positive though, Ember is pretty damn mature and well thought out, even if it&#x27;s lacking in some syntactical sugar (and sometimes the latest and greatest in JS libraries&#x2F;tools is such a fast moving target that it&#x27;s just not possible to track it).<p>The future is looking bright for Ember! Well done!
jsnk大约 8 年前
Glimmer looks awesome! Is it easy switch out handlebars for some other templating language?
评论 #14047477 未加载
评论 #14049575 未加载
ddoolin大约 8 年前
Props for the Eminem reference. I didn&#x27;t see that coming AT ALL and I laughed for a good couple minutes.
tabeth大约 8 年前
GlimmerJS is going to be amazing. I can&#x27;t wait to check it out soon.