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 over to typed-builder instead of using its source directly #2034

Open jkelleyrtp opened 5 months ago

jkelleyrtp commented 5 months ago

Feature Request

Maintaining a vendored fork of typed-builder is no fun. We should look at just using it as a dependency instead and see if we can get the relevant extensions we need (callbacks, children, etc) without having to have the whole source in our tree.