DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.05k stars 764 forks source link

Move away from global event converter #2037

Open jkelleyrtp opened 5 months ago

jkelleyrtp commented 5 months ago

Feature Request

The approach we're taking to converting concrete events dynamic is rather clunky and leads to a lot of code to maintain. We should try and find a snip-friendly solution that's easier to maintain than what we currently have.