Reword intro of state.js page
This commit is contained in:
parent
6542047b7c
commit
1b286aff47
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
|||
<section>
|
||||
<h2>Description</h2>
|
||||
<p>
|
||||
State objects emit an event whenever a property gets written to on their associated Proxy.
|
||||
State objects are an event-oriented way of managing application state and reacting to changes.
|
||||
It makes use of built-in features such as <b><code>Proxy</code></b> and <b><code>EventTarget</code></b>
|
||||
to save code and give users less to remember.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue