feat(site): update why section
This commit is contained in:
parent
48bf30ea7b
commit
5cc52e66f4
1 changed files with 8 additions and 5 deletions
|
@ -88,15 +88,18 @@
|
|||
<section>
|
||||
<p>Why use this base class?</p>
|
||||
<p>
|
||||
Writing Web Components from the vanilla
|
||||
Writing Web Components directly from
|
||||
<code-block inline>HTMLElement</code-block> can seem confusing and
|
||||
hard to maintain, especially when coming from popular JS frameworks.
|
||||
</p>
|
||||
<p>
|
||||
This project aims to ease this with virtually zero tooling required
|
||||
and working closest to vanilla custom element APIs. It works on
|
||||
current-day browsers without needing compilers, transpilers, or
|
||||
polyfills.
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
It works on current-day browsers without needing compilers,
|
||||
transpilers, or polyfills.
|
||||
</p>
|
||||
<p>
|
||||
Here's an interactive custom element:
|
||||
|
|
Loading…
Reference in a new issue