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>
Writing Web Components from the vanilla
<code-block inline>HTMLElement</code-block> can seem confusing and
hard to maintain especially when coming from JS frameworks; and other
projects will recommend complex setups before you can even get
started...
hard to maintain, especially when coming from popular JS frameworks.
</p>
<p>
This project aims to ease this with virtually zero need for advanced
tooling and working closest to vanilla custom element APIs. It works
on current-day browsers without needing compilers, transpilers, or
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.
</p>
<p>