Matching multiple siblings at the same time
Hello everyone 👋
I am trying to solve what I feel is doable with the router but I am not finding a pointer to it. (Probably looking for the wrong terms)
Esentially my app consists of a sidebar and a main layout. The issue is that the sidebar and main are esentially both standalone parts of the app and do not have any relationship to each other.
Is it possible to have a URL like
/one/two
Where one and two are both paths matching two defined routes and have them render side-by-side?
I looked into nested routes but i feel this would assume a relationship between the two routes?
Thanks in advanced 😊
0 Replies