remix/spa · InterfaceView SourceRender Summary Creates a renderable route response. Signature interface Render { (node: RemixNode, init: ResponseInit): Response } Copy code to clipboard Parameters node Node to render. init Optional response status and headers. Returns A response understood by the SPA runtime.