Friday, January 11, 2019

What about Promises?

  1. Promises are often cited as the best way to handle asynchronicity, and have their own built-in object methods.
  2.  The problem with Promises is that they are neither cancellable nor are they a good way to manage collections of data.
  3. uses the Event Loop in a different way.

No comments:

Post a Comment

48 answers on StackOverflow to the most popular Angular questions I gathered the most common questions and answers from Stac...