Expand description
Utility functions for Dioxus fullstack apps.
§Features
server— enables server-side functionality (HTTP headers viaFullstackContext). This feature is typically activated by your app’sserverfeature.
§Functions
redirect_external— redirect to an external URL, works correctly during both SSR and client-side navigation.
Functions§
- redirect_
external - Redirect to an external URL. Works correctly during both SSR (server-side rendering) and client-side navigation.