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.