Deep routes with route matching
Hi,
Anyone here that knows of a way to create deeply nested routes where it is possible to use
In the
Am I approaching this the wrong way maybe? I need to do deep nesting as I do not want an
Anyone here that knows of a way to create deeply nested routes where it is possible to use
useMatches (or any other function) for creating breadcrumbs?In the
posts_.$postId.tsx I want to render a breadcrumb where I have access to the title set in posts.tsx.Am I approaching this the wrong way maybe? I need to do deep nesting as I do not want an
<Outlet /> in my posts.tsx