diff --git a/page/state.html b/page/state.html index 086bb27..1d34b80 100644 --- a/page/state.html +++ b/page/state.html @@ -15,7 +15,9 @@

Description

- 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 Proxy and EventTarget + to save code and give users less to remember.