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