MDL has two small behavior paths:
MDL behavior attributes -> htmx hx-* output
MDL event attributes -> exported JavaScript or TypeScript handlers
Enter fullscreen mode
Exit fullscreen mode
MDL has two small behavior paths: MDL behavior attributes -> htmx hx-* output MDL event...
MDL has two small behavior paths:
MDL behavior attributes -> htmx hx-* output
MDL event attributes -> exported JavaScript or TypeScript handlers
Enter fullscreen mode
Exit fullscreen mode

The problem Every web project starts the same way. You open a blank file and start typing...

In the last update, I introduced MDL as an HTML-first language for building websites and apps with...

HTML is an excellent output format. As an authoring format, though, it can become noisy when you're...

I love MJML. Responsive HTML email is one of the genuinely miserable corners of frontend — nested...

JSON for the payload, XML tags for the wrapper. Which format survives nesting, partial streams, and a model that wandered…

The DOM (Document Object Model) is the backbone of modern web development, allowing JavaScript to...