From dc829269a6572bacf3e4e6df7bea8c69263a28bc Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 11 Dec 2023 19:28:02 +0100 Subject: [PATCH] feat(site): update why section --- site/src/pages/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/src/pages/index.html b/site/src/pages/index.html index fd47f31..2e77cbb 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -91,13 +91,13 @@ Writing Web Components from the vanilla HTMLElement 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...

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.