Modern Asynchronous JavaScript

Modern Asynchronous JavaScript
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 114
Release :
ISBN-10 : 9781680509274
ISBN-13 : 1680509276
Rating : 4/5 (276 Downloads)

Book Synopsis Modern Asynchronous JavaScript by : Faraz K. Kelhini

Download or read book Modern Asynchronous JavaScript written by Faraz K. Kelhini and published by Pragmatic Bookshelf. This book was released on 2021-12-17 with total page 114 pages. Available in PDF, EPUB and Kindle. Book excerpt: JavaScript today must interact with data-intensive APIs and networks. The solution is a program that can work asynchronously instead of finishing tasks in order. In modern JavaScript, instead of callbacks you'll use promises to improve your application's performance and responsiveness. JavaScript features introduced in ES2020, ES2021, and ESNext like Promise.allSettled(), Promise.any(), and top-level await help you develop small, fast, low-profile applications. With the AbortController API, cancel a pending async request before it has completed. Modern Asynchronous JavaScript gives you an arsenal of tools to build programs that always respond to user requests, recover quickly from difficult conditions, and deliver maximum performance. Applications today must work with information on remote servers, and users expect a quick response to complex interactions at all times, whether on a high-speed 5G cellular network or slow public WiFi. JavaScript provides developers with advanced tools to coordinate the asynchronous parts of their code efficiently and deliver responsive programs. Faster applications equal happier users, which is the promise of asynchronous JavaScript. With Modern Asynchronous JavaScript you'll learn techniques for managing your async code. Features like ES2021 Promise.any() allow you to safeguard your async code from external issues that are out of your control like server downtime. You'll discover secret weapons like top-level await to initialize resources, define dependency paths dynamically, and load dependencies with a fallback implementation. You'll even learn to how to set a time limit for async requests and react if they take too long to complete. Fast, reliable applications are a must in today's world, where users demand increasingly greater amounts of data on mobile devices. Asynchronous programming may require more cautious planning than synchronous programming but the outcome is rewarding. Asynchronous JavaScript allows you to write code that is nimble but reliable, leading to programs that load faster, respond quicker, and most importantly that you can trust to function properly. What You Need: You'll need an intermediate level of JavaScript programming skills and a browser that supports features from ES2020, ES2021, and ESNext.


Modern Asynchronous JavaScript Related Books

Modern Asynchronous JavaScript
Language: en
Pages: 114
Authors: Faraz K. Kelhini
Categories: Computers
Type: BOOK - Published: 2021-12-17 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

JavaScript today must interact with data-intensive APIs and networks. The solution is a program that can work asynchronously instead of finishing tasks in order
Modern Asynchronous JavaScript
Language: en
Pages: 77
Authors: Faraz Kelhini
Categories:
Type: BOOK - Published: 2021 - Publisher:

DOWNLOAD EBOOK

JavaScript today must interact with data-intensive APIs and networks. The solution is a program that can work asynchronously instead of finishing tasks in order
Async JavaScript
Language: en
Pages: 147
Authors: Trevor Burnham
Categories: Computers
Type: BOOK - Published: 2012-11-28 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

With the advent of HTML5, front-end MVC, and Node.js, JavaScript is ubiquitous--and still messy. This book will give you a solid foundation for managing async t
Practical Modern JavaScript
Language: en
Pages: 334
Authors: Nicolas Bevacqua
Categories: Computers
Type: BOOK - Published: 2017-06-26 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

To get the most out of modern JavaScript, you need learn the latest features of its parent specification, ECMAScript 6 (ES6). This book provides a highly practi
Modern JavaScript for the Impatient
Language: en
Pages: 1361
Authors: Cay S. Horstmann
Categories: Computers
Type: BOOK - Published: 2020-06-01 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

Exploit the Power of Modern JavaScript and Avoid the Pitfalls JavaScript was originally designed for small-scale programming in web browsers, but modern JavaScr