dioxus
dioxus copied to clipboard
Partial hydration
This PR adds support for Islands to dioxus fullstack.
Islands let you only include and hydrate some interactive components in your final binary which can help shrink the bundle size of your final WASM binary. This can be very important for sites that are mostly static like the docsite
This is based off of the improved hydration in #1732