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

Clean up our core-macro implementation. #2028

Closed jkelleyrtp closed 5 months ago

jkelleyrtp commented 5 months ago

Feature Request

The core-macro crate is rather gnarly now and is a little too complex to wade through.

We should:

Codegen is a particularly sensitive part of the codebase so we should 1) be as clear as possible and 2) test it.