Using Meteor as a front-end library
frozeman.de
Using Meteor as a front-end library
1–10 of 14 posts
Re: Using Meteor as a front-end library
#2For 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.
Re: Using Meteor as a front-end library
#3Thanks 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. 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.
Re: Using Meteor as a front-end library
#4Re: Using Meteor as a front-end library
#5Re: Using Meteor as a front-end library
#6Thanks 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. 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.
I would be very curious to know how the code would be "further" reduced when you move from angular to meteor. Could you elaborate on this point? Are you talking about meteor (backend+frontend ) or just meteor-frontend reducing the code size?
Re: Using Meteor as a front-end library
#7I haven't tried it, but it seems like cleaner approach than cutting the patient in half.
Re: Using Meteor as a front-end library
#8Isn't there the spark rendering engine that can be used independent of meteor? https://github.com/meteor/meteor/wiki/Spark I haven't tried it, but it seems like cleaner approach than cutting the patient in half.
In practice though, I wasn't able to get a client-side only Meteor example app running, so I'm waiting for Meteor to iron out the rough spots.
In the meantime, techniques such as the one by the blog post author can tide people over.
Re: Using Meteor as a front-end library
#9Re: Using Meteor as a front-end library
#10Did 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?
It uses Meteor itself so the framework is sent down the wire and rendered client-side like any other Meteor app.