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 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 JS frameworks; and other
projects will even recommend complex setups before you can get projects will recommend complex setups before you can even get
started... often resulting to code your components don't even need. 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 need for advanced
setups and working closest to vanilla custom element APIs. It works on tooling and working closest to vanilla custom element APIs. It works
current-day browsers without needing compilers, transpilers, or on current-day browsers without needing compilers, transpilers, or
polyfills. polyfills.
</p> </p>
<p> <p>