From 48bf30ea7b553bd3eaad489511866648decd5173 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 11 Dec 2023 20:07:38 +0100 Subject: [PATCH] feat(site): update why section --- site/src/pages/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/site/src/pages/index.html b/site/src/pages/index.html index 2e77cbb..59573a1 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -90,14 +90,12 @@

Writing Web Components from the vanilla HTMLElement 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.

- 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.