feat(site): update why section
This commit is contained in:
parent
041aed195e
commit
dc829269a6
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue