---
title: spaResponse
source: https://github.com/remix-run/remix/blob/remix@3.0.0-rc.1/packages/ui/src/runtime/spa-response.ts#L13
---

# spaResponse

## Summary

Creates and finalizes responses carrying renderable Remix nodes for the SPA runtime.

## Signature

```ts
const spaResponse: { create: any; finalize: any }
```