--- title: Outlet --- # Outlet [MODES: framework, data, declarative] ## Summary [Reference Documentation ↗](https://api.reactrouter.com/v7/functions/react_router.Outlet.html) Renders the matching child route of a parent route or nothing if no child route matches. ```tsx import { Outlet } from "react-router"; export default function SomeParent() { return (