JavaScript Promises Essentials

Rami Sarieddine

  • 出版商: Packt Publishing
  • 出版日期: 2014-09-29
  • 售價: $1,050
  • 貴賓價: 9.5$998
  • 語言: 英文
  • 頁數: 88
  • 裝訂: Paperback
  • ISBN: 178398564X
  • ISBN-13: 9781783985647
  • 相關分類: JavaScript
  • 下單後立即進貨 (約3~4週)

商品描述

Build fully functional web applications using promises, the new standard in JavaScript

About This Book

  • Integrate JavaScript Promises into your application by mastering the key concepts of the Promises API
  • Replace complex nested callbacks in JavaScript with the more intuitive chained Promises
  • Acquire the knowledge needed to start working with JavaScript Promises immediately

Who This Book Is For

If you are a JavaScript developer working with asynchronous operations and want to know more about promises, then this book is ideal for you. Having a detailed explanation of JavaScript promises will be perfect as your next step towards adopting this new standard and using the API in your web and JavaScript applications.

What You Will Learn

  • Implement asynchronous programming in JavaScript
  • Get acquainted with the JavaScript Promises API
  • Choose the right JavaScript libraries to use callbacks in a non-compatible platform
  • Write chained asynchronous operations that are easy to manage
  • Master WinJS Promises for developing Windows applications
  • Differentiate between various implementations of promises in JavaScript
  • Put promises into action in your applications
  • Catch and handle errors effectively in asynchronous operations
  • Explore browser support and platform compatibility for JavaScript promises

In Detail

Promises are a new programming paradigm in JavaScript that allow developers to request data that they don't have yet and deal with it at a non-determined point in the future (asynchronously). Starting with the basics of the promise objects, we'll be able to leverage the maximum capabilities of promises when writing applications.

This book starts by giving you some background information on the asynchronous programming model in JavaScript, recognizing its importance in JavaScript programming. It then walks you through the key concepts and intricacies of the Promises API. Following that, you will learn how you can write complex asynchronous operations with chained promises and be able to catch and handle exceptions. With this book, you'll learn how to write better asynchronous operations using JavaScript promises.