This standard plugin makes it possible for elements to interact with the store.
data-store turns a JSON object into a tree of signals.
data-on-* Can register any event listener, along with optional debouncing
(as shown in the What is Datastar slide)
data-bind-* Binds a signal to any html attribute. Allowing it to be reactively updated.
data-text="expression" Replaces the text node of an element with the result of it's expression.
data-model="x"Creates bi-directional binding of a signal to an input,