Refactor asynchronous code to use promises instead of callbacks

1 min read Original article ↗

Callbacks, especially in the get/loader code, makes the code hard to follow. Should we move toward using promises instead?