- Our - - tiny package - - provides zero-dependency, ~600 Bytes (minified & gzipped), JS base class - for creating reactive custom elements easily. + Our tiny package provides a zero-dependency, ~600 Bytes (minified & gzipped), JS base class for creating reactive custom elements easily.
+
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.
@@ -65,7 +61,7 @@ customElements.define("my-counter", Counter);A project by {{ author.name }}