useOutlet

useOutlet

返回此路由层次结构级别下的子路由元素。此钩子由 <Outlet> 在内部用于渲染子路由。

¥Returns the element for the child route at this level of the route hierarchy. This hook is used internally by <Outlet> to render child routes.

import { useOutlet } from "@remix-run/react";
Remix v2.17 中文网 - 粤ICP备13048890号