Links tagged “ecmascript”
5 links, newest first.
medium.com
A recommended 2016 front-end stack — React and Redux, ES6 through Babel, ESLint on the Airbnb config, webpack, Mocha and Lodash — with the reasoning for each pick.
jakearchibald.com
An explanation of async functions and await, showing how they collapse promise chains into code that reads sequentially.
jakearchibald.com
Why resolving a promise with another promise defers to that one, so resolve() can still end in a rejection.
addyosmani.com
A long guide to splitting JavaScript into decoupled modules, comparing the AMD, CommonJS and ES Harmony formats and the tooling around each.
w3.org
W3C Recommendation defining the DOM event model: listener registration, capture and bubbling flow, and the UI, mouse, mutation and HTML event sets.



