Outlet component
Outlet
컴포넌트는 부모 라우트의 다음 자식 라우트를 렌더링하는 데 사용할 수 있는 컴포넌트입니다.
Outlet props
Outlet
컴포넌트는 속성을 받지 않습니다.
Outlet returns
- 매칭된 경우: 자식 라우트 매칭의
component
/errorComponent
/pendingComponent
/notFoundComponent
를 반환합니다. - 매칭되지 않은 경우:
null
을 반환합니다.