Promise-Based Architecture in an Ionic App

"Promise-Based Architecture is the practice of using promises to make your code asynchronous so that things can keep happening while your app is trying to do something in the background. Using regular callbacks work for doing this, but quickly get out of hand as you get a giant Christmas tree of death.

In this article we’ll talk about how Promise-Based Architecture works and how it is deeply integrated into the Ionic Framework."

Thank you andrew for this post :wink: