feat: add fedi-url

This commit is contained in:
Ayo 2023-12-21 18:03:40 +01:00
parent 9111287e52
commit 55c83e6d86

View file

@ -3,6 +3,7 @@ title: Reactivity? You Don't Need a Base Class for That
permalink: /:title/ permalink: /:title/
description: "A demonstration of using standard HTMLElement APIs for reactivity" description: "A demonstration of using standard HTMLElement APIs for reactivity"
category: projects 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. If you have ever looked up "how to write web components", you may have seen several approaches suggesting to use a base class.