Parallel loading of resources on the same route

Hello,

I was writing a post on my company’s blog about how we handled the loading of many resources, ie. loading many rows of videos, while keeping the ability to display per-row loading/error information (you can see the post here). To sum it up, we’re using Ember.PromiseMixin to turn some of our controllers promise-aware.

While writing it, I began wondering if there is other ways to achieve this, how others ember devs have done it, and if there are some parts of our solution that can be improved. I couldn’t find any post or resources about this kind of issue, so I thought I’d ask here.

Thanks for your time and input !