crystallized
crystallized copied to clipboard
Look at simpler event handling via `handleEvent()`
In light of this: https://thathtml.blog/2023/07/handleevent-is-mindblowing/
We might not need to handle actions (events) in the current declarative manner that walks through the DOM, but rather tag certain elements to be referenced by event handlers at the top-level.