React Router API Reference
    Preparing search index...

    Interface ServerRouterProps

    interface ServerRouterProps {
        context: EntryContext;
        nonce?: string;
        url: string | URL;
    }
    Index

    Properties

    Properties

    context: EntryContext

    The entry context containing the manifest, route modules, and other data needed for rendering.

    nonce?: string

    An optional nonce for Content Security Policy (CSP) compliance, used to allow inline scripts to run safely.

    url: string | URL

    The URL of the request being handled.