Replies: 3 comments 3 replies
-
FWIW, say, if I didn't have |
Beta Was this translation helpful? Give feedback.
-
@timneutkens Got it, thanks for the response! Two quick follow-ups:
|
Beta Was this translation helpful? Give feedback.
-
@timneutkens Thanks, I'll look up the open issue and add the use-case. One more quick question on if a pattern is supported - Say, like on Twitter: In the NextJS world, it seems like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks, I wasn't sure if this is a bug, feature request or a clarification on the behavior, so I thought I'd try this.
In my app that I'm porting to Next, we have two special route cases -
https://website.com/@username
&https://website.com/projectname
So, I figured that in Next world, I would try the following:
But then, it seems like every time I try something like
https://website.com/@beyonce
, it still renders[projectname].js
component.FWIW, in the React Router 5 world, this could work by just the order of the components and in 6, this works out of the box.
Any thoughts on if this behavior is even possible, and if so, how?
Beta Was this translation helpful? Give feedback.
All reactions