Nested routing?

Hi I'm interested in implementing nested routing for a dashboard that I'm working on. I'm assuming that wasp uses react router under the hood from the utility functions however I cant find any documentation in Wasp for going deeper than a single client level rootComponent layout. React Router has nested routing functionality built in but since the router config is abstracted away into the main.wasp I'm unsure how to go about implementing this. Thank you
1 Reply
martinsos
martinsos4mo ago
Wasp offers only top level routing - beyond that, you can indeed use react router to do your own routing! So nested routing should be quite doable that way. Anything stopping you?