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>
|
<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
|
||||||
|
|
Loading…
Reference in a new issue