|
|
|
|
|
by wycats
5227 days ago
|
|
Interestingly, not really, because the Ember run loop implementation coalesces multiple calls to set, so using setProperties (which allows you to pass in multiple properties at once) doesn't really affect performance much. It's one of the first things I tried, in case there was a bug in the run loop code that caused the re-render to happen multiple times. |
|