MCPcopy Create free account
hub / github.com/DioxusLabs/dioxus / document.rs

File document.rs

packages/fullstack-server/src/document.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! On the server, we collect any elements that should be rendered into the head in the first frame of SSR.
2//! After the first frame, we have already sent down the head, so we can't modify it in place. The web client
3//! will hydrate the head with the correct contents once it loads.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected