feat(site): update example of imperative way

This commit is contained in:
Ayo 2024-01-13 23:23:51 +01:00
parent 5e50df8613
commit 29dc82b0c3

View file

@ -103,8 +103,8 @@
<p> <p>
Also, when coming from frameworks with an easy declarative coding Also, when coming from frameworks with an easy declarative coding
experience (using templates), the default imperative way (e.g., experience (using templates), the default imperative way (e.g.,
declaring elements, manually attaching event handlers, and other DOM creating instances of elements, manually attaching event handlers, and
manipulations) is a frequent pain point we see. other DOM manipulations) is a frequent pain point we see.
</p> </p>
<p> <p>
This project aims to address these with virtually zero tooling This project aims to address these with virtually zero tooling