Reword intro of state.js page

This commit is contained in:
Talia 2023-09-20 13:32:32 +02:00
parent 6542047b7c
commit 1b286aff47

View file

@ -15,7 +15,9 @@
<section> <section>
<h2>Description</h2> <h2>Description</h2>
<p> <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>
<p> <p>