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
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue