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.