feat(site): update why section
This commit is contained in:
parent
dc829269a6
commit
48bf30ea7b
1 changed files with 4 additions and 6 deletions
|
@ -90,14 +90,12 @@
|
||||||
<p>
|
<p>
|
||||||
Writing Web Components from the vanilla
|
Writing Web Components from the vanilla
|
||||||
<code-block inline>HTMLElement</code-block> can seem confusing and
|
<code-block inline>HTMLElement</code-block> can seem confusing and
|
||||||
hard to maintain especially when coming from JS frameworks; and other
|
hard to maintain, especially when coming from popular JS frameworks.
|
||||||
projects will recommend complex setups before you can even get
|
|
||||||
started...
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This project aims to ease this with virtually zero need for advanced
|
This project aims to ease this with virtually zero tooling required
|
||||||
tooling and working closest to vanilla custom element APIs. It works
|
and working closest to vanilla custom element APIs. It works on
|
||||||
on current-day browsers without needing compilers, transpilers, or
|
current-day browsers without needing compilers, transpilers, or
|
||||||
polyfills.
|
polyfills.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue