Web Development

The time is right for a DOM templating API

Declarative templating is one of the most-used techniques in web development, and one of the biggest missing developer-facing features of the web platform. Now is a great time add a templating API to the DOM.

Stop Using CustomEvent

You should never use `CustomEvent`. Instead, subclass the native `Event` class.