Framework
Version

Outlet component

The Outlet component is a component that can be used to render the next child route of a parent route.

Outlet props

The Outlet component does not accept any props.

Outlet returns

  • If matched, the child route match's component/errorComponent/pendingComponent/notFoundComponent.
  • If not matched, null.
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.