dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Partial hydration

Open ealmloff opened this issue 2 years ago • 0 comments

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

ealmloff avatar Dec 29 '23 21:12 ealmloff