- Writing Web Components directly from
-
- This project aims to address this with virtually zero tooling required - and thin abstractions from vanilla custom element APIs – giving you - only the bare minimum code to be productive. + Also, when coming from frameworks with an easy declarative coding + experience (using templates), the default imperative way (e.g., + declaring elements, manually attaching event handlers, and other DOM + manipulations) is a frequent pain point we see. +
++ This project aims to address these with virtually zero tooling + required and thin abstractions from vanilla custom element APIs – + giving you only the bare minimum code to be productive.
It works on current-day browsers without needing compilers,