- 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.