feat(site): update example of imperative way
This commit is contained in:
parent
5e50df8613
commit
29dc82b0c3
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@
|
|||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
This project aims to address these with virtually zero tooling
|
||||
|
|
Loading…
Reference in a new issue