2 links by Maciej Kwaśniak
-
How to handle async properties in Ember.js
Many times I encounter a question about how to handle async properties in Ember. I saw a lot of solutions like overwriting property after promise will resolve or handling promise in a template using special helpers. But there is also another, much simpler way! You can use PromiseProxyMixin + ObjectProxy (or ArrayProxy if needed).
Article by Maciej Kwaśniak on 12th December 2018