Building Pro Web Apps with TypeScript 2.x : Asynchronous Code | packtpub.com

preview_player
Показать описание
This playlist/video has been uploaded for Marketing purposes and contains only selective videos.

In this section,you will learn about asynchronous code. Web applications must execute code that may take times to get a response. This is often the case if we need to access remote resource by doing an Ajax call, but it can also be the case for an intensive task, to access indexDb data, download images, and so on. In this section, we will see how to do asynchronous code with Promise, which is still the main way to handle asynchronous. Then, we will dive with the async/await syntax that TypeScript supports and that modern EcmaScript do natively. Finally, we will see what is an asynchronous iterator.
• Promise
• Simplify Asynchronous with Async/Await
• Looping with Asynchronous Iterators

For the latest Application development video tutorials, please visit

Рекомендации по теме
visit shbcf.ru