This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Weekly Dev's Brew
weeklybrew.dev
did:plc:r7dl7rkkt4vmesyl6jh527ns
The new delayed hydration API gives precise control over when components hydrate:
```html
<LazyDropdown hydrate-on-interaction="mouseover" />
<LazyMobileMenu hydrate-on-media-query="(max-width: 768px)" />
```
2025-03-12T10:01:35.452Z