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

Qwik like hydration feature? #3062

Open
kolinfluence opened this issue Oct 15, 2024 · 1 comment
Open

Qwik like hydration feature? #3062

kolinfluence opened this issue Oct 15, 2024 · 1 comment

Comments

@kolinfluence
Copy link

as titled

@ealmloff
Copy link
Member

I would consider this out of scope for Dioxus fullstack (at least for the next few years) because it is both very web specific and qwik's implementation of resumability requires additional annotations that would be out of place in a desktop app. It would require a lot of work to get something like reusability working in a rust framework. You need to track what values are moved into closures which would likely require a compiler plugin. Bundling splitting is a prerequisite of reactivity. It might make sense to revisit this once bundle splitting is stable

There is a very interesting discussion on the tradeoffs of reusability and how it could be applied to a WASM framework in leptos-rs/leptos#12.

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

No branches or pull requests

2 participants