feat(site): update why section

This commit is contained in:
Ayo 2023-12-11 19:28:02 +01:00
parent 041aed195e
commit dc829269a6

View file

@ -91,13 +91,13 @@
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 even recommend complex setups before you can get
started... often resulting to code your components don't even need.
projects will recommend complex setups before you can even get
started...
</p>
<p>
This project aims to ease this with virtually zero need for advanced
setups and working closest to vanilla custom element APIs. It works on
current-day browsers without needing compilers, transpilers, or
tooling and working closest to vanilla custom element APIs. It works
on current-day browsers without needing compilers, transpilers, or
polyfills.
</p>
<p>