If I use this plugin: http://ift.tt/1OoylRj
with many, let's say,
or
what is Ember creating in background? The same javascript works of computedProperties like these:
isBeautiful: Ember.computed.equal('model.beautiful', true);
and so on?
If I have 30 computedProperty (Ember macros and custom ones) it's better to use this plugin or the default Ember way?
I'm wondering because in some templates I can have something like this many many times!:
instead of just this one:
What is the best solution in terms of performances?
Aucun commentaire:
Enregistrer un commentaire