feat(site): update why section

This commit is contained in:
Ayo 2023-12-11 20:07:38 +01:00
parent dc829269a6
commit 48bf30ea7b

View file

@ -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>