StartServer

Edit this page

StartServer takes a function returning a document component and converts it to a static document which can be used in createHandler to bootstrap the server.

import { StartServer } from "@solidjs/start/server";

Parameters

PropertyTypeDescription
documentFunctionA function that returns the static document for your application.
Last updated: 3/10/26, 6:33 PMReport an issue with this page