From 88299332aacdbd12e2e0bdb57ff384cf9729199d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 21 May 2024 11:12:03 +0200 Subject: [PATCH] chore: update README.md (#45) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd61d8f..6d3ddfa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ When you extend the `WebComponent` class for your component, you only have to define the `template` and `properties`. Any change in any property value will automatically cause just the component UI to render. -The result is a reactive UI on property changes. [View on CodePen ↗](https://codepen.io/ayoayco-the-styleful/pen/ZEwoNOz?editors=1010) +The result is a reactive UI on property changes. + +Links: +- [Read a blog explaining the reactivity](https://ayos.blog/reactive-custom-elements-with-html-dataset/) +- [View demo on CodePen](https://codepen.io/ayoayco-the-styleful/pen/ZEwoNOz?editors=1010) ## Table of Contents 1. [Project Status](#project-status)