Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve compile times by splitting out rsx-hotreload from rsx #2971

Merged
merged 6 commits into from
Sep 17, 2024

Conversation

jkelleyrtp
Copy link
Member

@jkelleyrtp jkelleyrtp commented Sep 17, 2024

Pulled out of #2779

Cuts out dioxus-rsx-hotreload from dioxus-rsx and moves the hotreload context into the core-types crate.

This makes it so rsx-hotreload is never compile in proc macros, improving our compile times and drastically cutting down number of crates duplicated across dev and runtime.

@jkelleyrtp jkelleyrtp merged commit 463e67c into main Sep 17, 2024
15 of 17 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/split-rsx-hotreload branch September 17, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant