From 29dc82b0c3a494b87844e6f78c3bba73683af41f Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 13 Jan 2024 23:23:51 +0100 Subject: [PATCH] feat(site): update example of imperative way --- site/src/pages/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/index.html b/site/src/pages/index.html index e74ac21..bc68062 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -103,8 +103,8 @@

Also, when coming from frameworks with an easy declarative coding experience (using templates), the default imperative way (e.g., - declaring elements, manually attaching event handlers, and other DOM - manipulations) is a frequent pain point we see. + creating instances of elements, manually attaching event handlers, and + other DOM manipulations) is a frequent pain point we see.

This project aims to address these with virtually zero tooling