Web Development

What should a native DOM templating API look like?

Given the web platforms many constraints, and the requirements for a templating feature, what should a native DOM template API look like? What are our options?

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.