Nested Routes that varies between Outlet and specified components
Hello! I created a sample code below
https://stackblitz.com/edit/github-gvqtql
How would I restructure this so that
https://stackblitz.com/edit/github-gvqtql
How would I restructure this so that
/foo/bax/baz will render as it's own page and not as an Outlet on /foo while keeping /foo/bar and /foo/bax rendered on the /foo. Thank you so much!!StackBlitzimjayes
Run official live example code for Router Quickstart File Based, created by Tanstack on StackBlitz