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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Using Meteor as a front-end library

34 点作者 matb33将近 12 年前

5 条评论

matb33将近 12 年前
Thanks for this. I have similar requirements (back-end already provided), which is why it was natural to choose Angular. But with the work done in Meteor 0.6.5 and guides like yours, I would have chosen Meteor.<p>For those curious as to why I would choose Meteor over Angular: reason #1 is existing familiarity with Meteor, but a close #2 is that I would have to write much less code to accomplish the same things.
评论 #6257480 未加载
WhitneyLand将近 12 年前
Did meteor ever fix the big startup delay that makes your app look like a blank screen for 5 seconds when you first browse to it?
评论 #6258164 未加载
cell303将近 12 年前
Isn&#x27;t there the spark rendering engine that can be used independent of meteor? <a href="https://github.com/meteor/meteor/wiki/Spark" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;meteor&#x2F;meteor&#x2F;wiki&#x2F;Spark</a><p>I haven&#x27;t tried it, but it seems like cleaner approach than cutting the patient in half.
评论 #6257817 未加载
alexfringes将近 12 年前
Very interesting. I will give this a try. I&#x27;ve been a fan of Meteor for a while and have worked with both Ember and Angular. I usually end up longing for certain aspects of Meteor in both of those frameworks.
erkose将近 12 年前
Meteor looked interesting until I discovered it&#x27;s dependent on node v.0.8.25 :(