From 55c83e6d86d98569b5c8dd9f4334a8706268597c Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 21 Dec 2023 18:03:40 +0100 Subject: [PATCH] feat: add fedi-url --- _posts/2023-12-15-reactive-custom-elements-with-html-dataset.md | 1 + 1 file changed, 1 insertion(+) 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 63291ac..c553f93 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 @@ -3,6 +3,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: projects +fedi-url: https://social.ayco.io/@ayo/111619485280814743 --- If you have ever looked up "how to write web components", you may have seen several approaches suggesting to use a base class.