Announcing Meteor 1.2 – ES2015, Angular, React, and More
11–20 of 140 posts
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#12I don't keep up with meteor, but I have a question for those who do keep up to date on changes. Can meteor apps be isomorphic -- in the sense that they render plain HTML on the server during first load, and then do the javascript loading thereafter? I work on several client websites, and passable SEO is a requirement. I know there's some hackery you can do to get single page apps to be indexed, but I prefer when it "…
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#13More and more companies are using React now in the startup space, and it's one of the most popular services on StackShare: http://stackshare.io/meteor
React integration is a first-class citizen: http://sergiotapia.me/2015/09/18/react-and-meteor-match-made...
No weird hacks, lib includes and other nonsense you shouldn't really care about. And you can manage subscriptions to publications directly in your react components. It's magnificent.
If you were on the fence, now is a good time to jump in. It's easy to get started and you'll see that what took months in ASP.Net, and weeks in Rails, takes days or hours in Meteor. (No hyberbole)
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#14Is ES2015 the exact same thing as ES6?
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#15Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#16Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#17Is ES2015 the exact same thing as ES6?
Sorry, I just found out this : http://exploringjs.com/es6/ch_faq.html#leanpub-auto-isnt-ecm...
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#18Will there ever be 1st party relational database support?
It suggests that there isn't really that much work to do to make a basic SQL integration story that people can use. At this point when this makes it into core is a matter of prioritization and not stretching ourselves too thin.
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#19I don't keep up with meteor, but I have a question for those who do keep up to date on changes. Can meteor apps be isomorphic -- in the sense that they render plain HTML on the server during first load, and then do the javascript loading thereafter? I work on several client websites, and passable SEO is a requirement. I know there's some hackery you can do to get single page apps to be indexed, but I prefer when it "…
More info: https://kadira.io/blog/meteor/meteor-ssr-support-using-flow-...
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#20I'm blown away by Meteor. Using Meteor and React is just buttery smooth. More and more companies are using React now in the startup space, and it's one of the most popular services on StackShare: http://stackshare.io/meteor React integration is a first-class citizen: http://sergiotapia.me/2015/09/18/react-and-meteor-match-made... No weird hacks, lib includes and other nonsense you shouldn't really care about. And you…