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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What's coming in Meteor 1.2, and beyond

156 点作者 rgoomar将近 10 年前

18 条评论

Rezo将近 10 年前
It is highly encouraging to me that Meteor is acknowledging the larger trends in the Javascript ecosystem and promoting React to an officical frontend layer instead of doubling down on their homegrown solution. Likewise for seamless Babel integration and planning the move to official ES6 modules.<p>Buying into a full-stack solution like Meteor is a scary proposition; you&#x27;re giving up a large amount of control for a promised big increase in immediate productivity (which I do feel Meteor delivers on). This blog post goes a long way to alleviate my fears and makes it more likely I&#x27;ll use Meteor for certain future projects.
评论 #9814252 未加载
评论 #9817586 未加载
liamzebedee将近 10 年前
Official React support - woohoo! I&#x27;ve been using React and Meteor together to build a desktop web app for quantified self, and I have to say, the combination is magnificent for productivity. The app is 90% JS and a little CSS, and reactively updates with no extra code. MongoDB and server logic is separated from the client-side view rendering, so if I wanted to make it a thin client and remotely host the computations on another server it would be a piece of cake.<p>An example file of code for the records overview (dashboard was a bit tabby-spacey): <a href="https:&#x2F;&#x2F;github.com&#x2F;liamzebedee&#x2F;metric&#x2F;blob&#x2F;master&#x2F;client&#x2F;features&#x2F;RecordsOverview.jsx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;liamzebedee&#x2F;metric&#x2F;blob&#x2F;master&#x2F;client&#x2F;fea...</a>
评论 #9812228 未加载
评论 #9811930 未加载
评论 #9812515 未加载
matthewbauer将近 10 年前
When ES6 and web components come out, are we even going to need frameworks like Meteor? It seems like all of the advantages of MVC frameworks go away once you can create controllers and models in native Javascript and views in native HTML.
评论 #9812198 未加载
评论 #9811978 未加载
评论 #9813377 未加载
评论 #9812203 未加载
评论 #9811954 未加载
DeBraid将近 10 年前
tldr: ES6 = standard, SQL support is coming, faster builds and mobile toolchain development a priority. Reactive rendering with Blaze, Angular or React + Meteor is available.
评论 #9813197 未加载
leeleelee将近 10 年前
Anyone out there using Angular and Firebase? That&#x27;s been my go-to &quot;stack&quot; for achieving 3-way binding of the UI, javascript model, and remote database. The only downside is that you&#x27;re locked into using firebase as a service, can&#x27;t host it locally, and you&#x27;re limited to what their API supports. It&#x27;s amazingly fast in terms of ability to churn out features.<p>Meteor seems to be the only thing that comes close to giving offering the same amount of productivity as I can get using Angularfire.<p>Has anyone used both, that can comment?
评论 #9814546 未加载
评论 #9815595 未加载
评论 #9815068 未加载
pdkl95将近 10 年前
So when is Meteor going to start sending actual web pages? I ask here, because seeing a blank page that consists of<p><pre><code> &lt;body&gt; &lt;&#x2F;body&gt; </code></pre> Isn&#x27;t very useful. ES6 is nice... <i>when javascript is available</i>. I know it&#x27;s current popular to pretend that progressive enhancement is too much work, but that doesn&#x27;t change the fact that your site doesn&#x27;t even have an error mesaage when javascript is filtered at the firewall.
评论 #9815633 未加载
评论 #9814912 未加载
mark_l_watson将近 10 年前
Great news that ES6 support is shipping this summer. You can already use Babel, but having everything set up by default, with examples using ES6 will be great.<p>BTW, I wish there would also be built in support for Typescript. I have done some simple experiments with Meteor and Typescript but it has a do-it-yourself feel abut it. As much as I like Typescript, I will probably just use ES6.
viach将近 10 年前
I started to use meteor a month or so ago. For a person like me, from Java Enterprise land, this tool is refreshing. Glad to see new goodness is coming, especially SQL support.
jxm262将近 10 年前
Awesome!! never saw this link they&#x27;ve mentioned - <a href="http:&#x2F;&#x2F;react-in-meteor.readthedocs.org&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">http:&#x2F;&#x2F;react-in-meteor.readthedocs.org&#x2F;en&#x2F;latest&#x2F;</a><p>I&#x27;ve been playing with meteor just recently and am totally loving it. I really like Blaze, but love React&#x27;s component system, so not really sure which way I want to turn now... I&#x27;m almost thinking of just implementing a React-like dictionary in Blaze to keep it more &#x27;component&#x27; like , because I really dislike the jsx transpiling.<p>Anyway these announcements are definitely making me more convinced that I should try Meteor in a production app. I see many good things coming for this project.
liadmat将近 10 年前
Really glad to see React Native mentioned here, albeit briefly. Hybrid mobile apps like the ones currently supported by Meteor always feel kind of clunky, and the 3rd party implementations of DDP for iOS&#x2F;Android feel like a workaround and not the Meteor-way of doing things. Would be interesting to see how React Native is integrated into Meteor. Though what I really want to see is Blaze Native.
resca79将近 10 年前
I never used Meteor but I was impressed by this framework 3-4 years ago. In the last years with the javascript client&#x2F;side logic growing it looked obsolete in some components. But now with this new support of the two most popular framework js and the support of Sql I think that is could be get more developers and contributors &#x27;than ever&#x27; :)
waterfowl将近 10 年前
Is anyone else unable to log into meteor.com forums? I click log in, the popup tells me I&#x27;m already logged in, click &quot;use this account&quot; and it drops me back where I was with a modal(ugh) about making an account.
评论 #9813999 未加载
porker将近 10 年前
&gt; Meteor goes with Angular&#x2F;React like peanut butter goes with jelly.<p>Terribly, then. ;)
chaostheory将近 10 年前
Wow, when did they add database support? I&#x27;m pretty surprised it&#x27;s been done before this release.
Everhusk将近 10 年前
Thought for sure this post was going to be all about Galaxy. Oh well, still didn&#x27;t disappoint :).
评论 #9815197 未加载
joshburgess将近 10 年前
&quot;We&#x27;re going to support React and Angular!&quot;<p>Translation: We&#x27;re going to support the big JS names the general public is most aware of, because... well... please, use Meteor.
sarciszewski将近 10 年前
And yet they still tell people to install Meteor by piping to their shell. Incredible.<p><a href="http:&#x2F;&#x2F;curlpipesh.tumblr.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;curlpipesh.tumblr.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;paragonie.com&#x2F;files&#x2F;blog&#x2F;pipeshell.jpg" rel="nofollow">https:&#x2F;&#x2F;paragonie.com&#x2F;files&#x2F;blog&#x2F;pipeshell.jpg</a>
评论 #9812286 未加载
评论 #9811874 未加载
kidsil将近 10 年前
Yeah! I knew it wasn&#x27;t just my gut feeling when I went ALL THE WAY with Meteor :)