Event Listeners: Delegation VS Direct Binding
Image courtesy of NASA The DOM provides a mechanism for registering event handlers that supports two techniques for observing events: directly-bound per-element listeners, and “delegated” listeners »
Image courtesy of NASA The DOM provides a mechanism for registering event handlers that supports two techniques for observing events: directly-bound per-element listeners, and “delegated” listeners »
Photo by Krzysztof Grech I’ve struggled to find references to this online, but heard the name used multiple times this year when describing the approach »
Sebastian McKenzie, the original creator of Yarn and Babel and a member of the React Native team at Facebook, has been working on an “all-in-one” solution »
Serving the right code to the right browsers can be tricky. Here are some options. Serving modern code to modern browsers can be great for performance. »
Modern JavaScript syntax lets you do more with less code, but how much of the JavaScript we ship to users is actually modern? For the past »