What should a native DOM templating API look like?Jun 30, 2025 Web DevelopmentStandardsGiven 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 APIJun 26, 2025 Web DevelopmentStandardsDeclarative 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 CustomEventJun 25, 2025 Web DevelopmentYou should never use `CustomEvent`. Instead, subclass the native `Event` class.