- By extending our base class, you get the easy authoring experience you - have come to expect when coming from more mature JS frameworks-- all - with zero-dependency, minimal tooling and very thin abstraction over + Get the easy authoring experience you have come to love from popular + JS frameworks -- with minimal tooling and very thin abstraction over the vanilla web platform.
-
@@ -90,24 +89,19 @@
Why use this base class?
Writing Web Components from the vanilla
-
- This project aims to ease this with the thinnest possible abstraction - from vanilla and virtually zero need for advanced tooling. It works - without bundlers, transpilers, or polyfills. + This project aims to ease this with virtually zero need for advanced + setups and working closest to vanilla custom element APIs. It works on + current-day browsers without needing compilers, transpilers, or + polyfills.
- When you extend the
- The result is a reactive UI on property changes:
+ Here's an interactive custom element: