For those with experience integrating Meteor with Angular, can you describe the benefits and tradeoffs? Been looking to supplement or replace Angular's $resource with something a little higher-level on CRUD-heavy applications. Is Meteor a reasonable choice, or am I misunderstanding it's core value proposition?
Announcing Meteor 1.2 – ES2015, Angular, React, and More
41–50 of 140 posts
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#42For those with experience integrating Meteor with Angular, can you describe the benefits and tradeoffs? Been looking to supplement or replace Angular's $resource with something a little higher-level on CRUD-heavy applications. Is Meteor a reasonable choice, or am I misunderstanding it's core value proposition?
I haven't tried using Angular with Meteor, but I know both pretty well. I would recommend trying Meteor with just Blaze (its rendering engine) before adding Angular. Maybe it's enough and you don't need Angular's added complexity.
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#43Does this release include support for ES2015 modules? Edit: >Meteor 1.2 will be the first step in making that seamless development experience: we're adding support for all its features except for modules Oops. Didn't see that. This is a bit of a bummer. It'd be great to use ES2015 modules in Meteor packages. I hope there is plans to support them in the near future
>Eventually, Meteor wants to transition to ES2015 modules for everything
https://github.com/meteor/meteor/blob/303052be68128ce9026bc2...
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#44Earlier quoted context omitted.
Same experience here as well. I don't think either that Meteor is going to become de facto platform for all web development, but it's definitely going to be one of the main ones along with Angular, React and Rails.
I'm curious - do you think there is room for someone to come along with the right combination of stuff to become the "de facto platform for all web development"? It's interesting also that people always talk about Rails but don't mention JSP and .NET, which I think are actually a lot more popular last time I looked around. I guess it depends on who you ask. I feel like JavaScript is in a sweet spot right now because…
I wish I had a more educated answer (guess?), since this is all just anecdata.
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#45Earlier quoted context omitted.
I'm curious - do you think there is room for someone to come along with the right combination of stuff to become the "de facto platform for all web development"? It's interesting also that people always talk about Rails but don't mention JSP and .NET, which I think are actually a lot more popular last time I looked around. I guess it depends on who you ask. I feel like JavaScript is in a sweet spot right now because…
I honestly think that with some good marketing, Meteor can be on top when they get SQL support.
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#46I'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…
Meteor+React is surprisingly good at what it does. I'd highly recommend this new project for Meteor+React+Webpack: https://github.com/thereactivestack/meteor-webpack-react-kic... The only thing that I really disliked in Meteor was the reload/refresh for larger projects. This is typically a problem with anything Node related and refresh/reload times were around 10 seconds at its worst. With the Webpack+React+Webpack,…
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#47I'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…
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#48I've been using Meteor for months. It's such a pleasure to work with. It's what Rails should've been if it was written today. They just keep on delivering on out-of-the-box functionality, compatibility with 3rd party libs, and more importantly - on a very solid architecture for real-time transport by guys who really know what they're doing. Kudos everyone.
How often do you use npm packages which are not part of atmosphere? I remember this not working great. Have things changed?
I think inevitably the meteor team will bring this into core, or something similar, and we will be able to have our mix of atmosphere and non libraries.
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#49I've been using Meteor for months. It's such a pleasure to work with. It's what Rails should've been if it was written today. They just keep on delivering on out-of-the-box functionality, compatibility with 3rd party libs, and more importantly - on a very solid architecture for real-time transport by guys who really know what they're doing. Kudos everyone.
How often do you use npm packages which are not part of atmosphere? I remember this not working great. Have things changed?
Re: Announcing Meteor 1.2 – ES2015, Angular, React, and More
#50Earlier quoted context omitted.
I haven't tried using Angular with Meteor, but I know both pretty well. I would recommend trying Meteor with just Blaze (its rendering engine) before adding Angular. Maybe it's enough and you don't need Angular's added complexity.
Will definitely try that with a new project. Sounds like you wouldn't recommend trying to hack Meteor into an existing Angular project?