From 9111287e52ad571f3eaf3db89d460482d5db612b Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 21 Dec 2023 17:58:14 +0100 Subject: [PATCH] update title --- _posts/2023-12-15-reactive-custom-elements-with-html-dataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md b/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md index 41e895f..63291ac 100644 --- a/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md +++ b/_posts/2023-12-15-reactive-custom-elements-with-html-dataset.md @@ -2,7 +2,7 @@ title: Reactivity? You Don't Need a Base Class for That permalink: /:title/ description: "A demonstration of using standard HTMLElement APIs for reactivity" -category: technology +category: projects --- If you have ever looked up "how to write web components", you may have seen several approaches suggesting to use a base class.