reactive-python / reactpy

It's React, but in Python
https://reactpy.dev
MIT License
7.82k stars 317 forks source link

Expose and document the VDOM event handler interface #878

Open Archmonger opened 1 year ago

Archmonger commented 1 year ago

Current Situation

There is no method of manually attaching events to a vdom dict, such as through mutations.

Proposed Actions

Finalize the event handler interface, and then formally document it.

rmorshea commented 1 year ago

For reference, this is the relevant part of the VDOM spec.