Nested routing issue in latest app

Is there any way to create a nested routing. I mean ‘app/dashboard/profile’. Why app. prefix is mandatory?

if you’re using remix thats how routes are created.
Route File Naming | Remix

You can create your route by doing the following:
app.dashboard.profile.tsx

1 Like