6 links for Promises
-
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
-
The case against async relationships in Ember Data
Article by Ryan Toronto on 17th November 2017, in EmberMap
-
-
Ember.js 2.0 Example App With Firebase And Login Authentication
Article by Erik Hanchett on 4th January 2016