update title

This commit is contained in:
Ayo 2023-12-21 17:58:14 +01:00
parent d98c979f39
commit 9111287e52

View file

@ -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.