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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Talking with Tom Dale about Ember FastBoot and the Return of Scrappy JavaScript

1 点作者 ronnix大约 9 年前

1 comment

jbish大约 9 年前
Ember FastBoot is a cool project. Glad to see they are close to production ready.<p>Tom mentions they are leveraging App Cache, which is notoriously hard to work with and will likely be deprecated. That&#x27;s the scrappy stuff they are doing, comparing it to how jQuery once made the DOM easier to work with.<p>If a future Ember release was able to abstract the client-side caching between App Cache and ServiceWorker and automatically &quot;upgrade&quot; my apps to use ServiceWorker when available, that&#x27;s a big win. I&#x27;m not sure that&#x27;s possible though...