Book description
No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques—including Promises, generators, and Web Workers—that let you create sophisticated single-page web applications and escape callback hell in the process.
Publisher resources
Table of contents
- Foreword
- Preface
- 1. Asynchrony: Now & Later
- 2. Callbacks
- 3. Promises
- 4. Generators
- 5. Program Performance
- 6. Benchmarking & Tuning
- A. asynquence Library
- B. Advanced Async Patterns
- C. Acknowledgments
Product information
- Title: You Don't Know JS: Async & Performance
- Author(s):
- Release date: February 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491904220
You might also like
book
JavaScript with Promises
Asynchronous JavaScript is everywhere, whether you’re using Ajax, AngularJS, Node.js, or WebRTC. This practical guide shows …
book
You Don't Know JS: ES6 & Beyond
No matter how much experience you have with JavaScript, odds are you don’t fully understand the …
book
You Don't Know JS: Scope & Closures
No matter how much experience you have with JavaScript, odds are you don’t fully understand the …
book
Modern Asynchronous JavaScript
JavaScript today must interact with data-intensive APIs and networks. The solution is a program that can …