One of the most common use cases when building an app is to fetch data from a server and then display it. This can achieved by multiple means. For this blog post, we would like to query three URLs and display the data, only when all the three URLs have returned in order. Callbacks are