Best approach to render a page based on param?
I have
My current approach would be to have a
driveId as a param, but technically they are too different pages. My current approach would be to have a
route.tsx for $driveId folder, and then determine which component (page) to load based on that, but I'm wondering if there is a better approach?