CatchAll routes #9594
Unanswered
jamalsoueidan
asked this question in
Q&A
CatchAll routes
#9594
Replies: 1 comment
-
The catch-all or splat route matches to the end of the URL. It doesn't support partial prefix. You would have to parse the param and render the appropriate route. |
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.
-
Hello,
I created $ . tsx to catch all, but when I use it with $ . _index and $ . about_us, the outlet doesn't automatically render those pages when the route change.
/dynamic-route/
/dynamic-route/about_us
How to accomplish this? Thank you
Beta Was this translation helpful? Give feedback.
All reactions