---
title: useOutlet
---

# useOutlet

[MODES: framework, data, declarative]

## Summary

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

Returns the element for the child route at this level of the route
hierarchy. Used internally by `<Outlet>` to render child routes.

## Signature

```tsx
useOutlet(context): undefined
```

## Params

### context

[modes: framework, data, declarative]

_No documentation_
