React Router API Reference
    Preparing search index...

    Variable createRequestHandlerConst

    createRequestHandler: CreateRequestHandlerFunction = ...

    Creates a request handler for a React Router server build.

    This is a low-level API used by server adapters to translate incoming requests into React Router responses.

    The server build, or a function that resolves to the server build, used to handle requests.

    The mode in which the server build is running.

    A request handler that returns a response for each incoming request.