Stone.js API
    Preparing search index...
    • Prepare the page to render.

      Resolving the route into displayable pieces is @stone-js/use-react-core's work, shared with the native renderer: the same component resolution, the same loader, the same layout wrapping, the same head merge, the same view hooks. What is web-specific is what happens to the result, which is the last line: a full HTML document on the server, or content for the live one.

      Parameters

      Returns Promise<void>