---
title: StaticRouter
---

# StaticRouter

[MODES: declarative]

## Summary

[Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.StaticRouter.html)

A `<Router>` that may not navigate to any other location. This is useful
on the server where there is no stateful UI.

## Props

### basename

[modes: declarative]

_No documentation_

### children

[modes: declarative]

_No documentation_

### location

[modes: declarative]

_No documentation_
