Layout with params? #1718
Unanswered
bruceharrison1984
asked this question in
Q&A
Replies: 2 comments
-
@bruceharrison1984 did you find any solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this what you are looking for? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyway to create a layout route that also includes params? This would be for hierarchical data, where a parent object could be loaded for all child routes. The parent route would not be directly routable, and the parent is only accessible in the context of a child.
layout
/accessibleRoute
/_parentObject/$parentId
/childObject/$childId
/_parentObject/$parentId
/settings
Beta Was this translation helpful? Give feedback.
All reactions