---
title: RunOptions
source: https://github.com/remix-run/remix/blob/remix@3.0.0-rc.1/packages/spa/src/lib/spa.ts#L47
---

# RunOptions

## Summary

Options for starting a client-rendered Remix application.

## Signature

```ts
interface RunOptions {
  fallback?: RemixNode
}

```

## Properties

### `fallback`

Remix node to display while the initial route loads.