mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
392 B
392 B
Notes on the web implementation
Here's some useful resources if you ever need to splunk into the intricacies of how events are handled in HTML:
- Not all event handlers are sync: https://w3c.github.io/uievents/#sync-async
- Some attributes are truthy:
8b88ac2592/packages/react-dom/src/shared/DOMProperty.js (L352-L364)