Overview
Explore techniques for making asynchronous JavaScript code more readable and maintainable in this 43-minute Devoxx conference talk. Learn how to transform complex, nested callback structures into cleaner, more synchronous-looking code using ES6 features. Follow along with a live coding session that demonstrates the incremental improvement of a legacy codebase using promises, generators, and coroutines. Discover upcoming JavaScript features like async/await syntax and gain insights into potential pitfalls to avoid when working with asynchronous code. Gain valuable knowledge to enhance your JavaScript development skills and write more efficient, easier-to-understand asynchronous code.
Syllabus
Avoid the headaches – make your asynchronous code look synchronous! by Jordane Grenat
Taught by
Devoxx