#how to nest a layout without irl?
1 messages · Page 1 of 1 (latest)
Using the leading underscore on _form makes it a pathless route, which I believe doesn't work if it's a leaf route
I think giving some more context on what you're trying to achieve would help in figuring out the type of routing structure you're looking for.
What are you expecting the end URLs to look like, and what do you expect to show on those URLs?
I’m following the docs and was having trouble what nested layout without segment url means. I want to nest a component inside a route, normally in react we’d import the component and then call it in the parent component. The end url would be the parent url example.com/$user/$action, but on this page we’d nest another component with its own route action for example this could be a form