Building Pro Web Apps with TypeScript 2.x : Asynchronous Code | packtpub.com
168 views · Published 7 July 2017 · 4:27 · Indexed 21 September 2026
Channel: Packt · 2017 · Science & Technology
This playlist/video has been uploaded for Marketing purposes and contains only selective videos. For the entire video course and code, visit [http://bit.ly/2uRrsUw]. 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 http://bit.ly/1VACBzh Find us on Facebook -- http://www.facebook.com/Packtvideo Follow us on Twitter - http://www.twitter.com/packtvideo
More from this channel
-
8:23
jQuery UI Development Tutorial: jQuery UI Slider | packtpub.com
-
3:57
BackTrack 5 Wireless Penetration Testing Tutorial: Exploiting Default Credentials | packtpub.com
-
5:06
CryENGINE 3 SDK Tutorial: Setting up your landmass | packtpub.com
-
4:04
Moodle for Training and Professional Development Tutorial: Workshop | packtpub.com
-
4:21
Node Tutorial: Managing the File System | packtpub.com
-
6:11
Building Games with Scratch 2.0 Tutorial: Getting Started - What It Is | packtpub.com
-
4:35
Beginning Yii Tutorial: Using Third-party Extensions to Enhance Functionality | packtpub.com
-
2:12
Building Android Games with OpenGL ES Tutorial: Creating the Bricks | packtpub.com