DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.3k stars 735 forks source link

Change internal representation of rsx to treat components and elements the same #2255

Open jkelleyrtp opened 2 months ago

jkelleyrtp commented 2 months ago

Feature Request

We have lots of duplicated code to handle components and elements differently in rsx! when we could share the vast majority of code and simply have diverging approaches to codegen. This would help us avoid bugs like #2252 where the autoformatter drops keys, among other issues.