Wildcard/splat routes question #1185
Replies: 1 comment
-
no, currently not |
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.
-
In my application, i have a route structure like so:
On these routes, it is possible to perform the same action.
For example:
Using file based routing, is it possible to define the edit route once, and have it available in the child routes for viewOne, viewTwo and viewThree?
Perhaps something like:
$/edit/$id
Beta Was this translation helpful? Give feedback.
All reactions