Mastodon Feed: Post

Mastodon Feed

Boosted by joeri_s@mstdn.social ("Joeri Sebrechts"):
vanillaweb@intuitivefuture.com ("That HTML Blog") wrote:

This is still one of the coolest #WebComponents patterns ever. 🥰

#WebDev #JavaScript

[connectedCallback() {   this.addEventListener("click", this)   this.addEventListener("submit", this) } handleEvent(event) { thishandle${capitalize(event.type)} } handleClick(event) { … } handleSubmit(event) { ... }]7