Strategies and suggestions for Async Callbacks in Ionic?

Long story short, I launched Medalloid and am looking to modularize each feed item to be asynchronous. So I can push the post to the screen and then check if there are likes / comments etc…

Being a bit of a noob at writing callbacks that trigger separately, I thought I’d ask the forum if there were any common strategies for these types of activities.

I came across aSync which looks pretty robust for managing calls, but thought before jumping in I thought I’d pause and see what suggestions would be out there.

Any info, pointers, things to consider would definitely help