diff --git a/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md b/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md index 67719d2..877d21d 100644 --- a/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md +++ b/_posts/2023-12-21-reactive-custom-elements-with-html-dataset.md @@ -28,13 +28,6 @@ Here we want to use standard APIs available for custom elements: `HTMLElement.da Let's consider the following code example (also [in CodePen →](https://codepen.io/ayoayco-the-styleful/pen/abMbvbo?editors=1010)): -
- See the Pen - Custom Element Reactivity by Ayo Ayco (@ayoayco-the-styleful) - on CodePen. -
- - ```js class Counter extends HTMLElement { static observedAttributes = ["data-count"];