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.

What's coming in Meteor 1.2, and beyond

156 pointsby rgoomaralmost 10 years ago

18 comments

Rezoalmost 10 years ago
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 未加载
liamzebedeealmost 10 years ago
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 未加载
matthewbaueralmost 10 years ago
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 未加载
DeBraidalmost 10 years ago
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 未加载
leeleeleealmost 10 years ago
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 未加载
pdkl95almost 10 years ago
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_watsonalmost 10 years ago
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.
viachalmost 10 years ago
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.
jxm262almost 10 years ago
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.
liadmatalmost 10 years ago
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.
resca79almost 10 years ago
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; :)
waterfowlalmost 10 years ago
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 未加载
porkeralmost 10 years ago
&gt; Meteor goes with Angular&#x2F;React like peanut butter goes with jelly.<p>Terribly, then. ;)
chaostheoryalmost 10 years ago
Wow, when did they add database support? I&#x27;m pretty surprised it&#x27;s been done before this release.
Everhuskalmost 10 years ago
Thought for sure this post was going to be all about Galaxy. Oh well, still didn&#x27;t disappoint :).
评论 #9815197 未加载
joshburgessalmost 10 years ago
&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.
sarciszewskialmost 10 years ago
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 未加载
kidsilalmost 10 years ago
Yeah! I knew it wasn&#x27;t just my gut feeling when I went ALL THE WAY with Meteor :)