ProNextJS / declarative-routing

NextJS Typesafe Routing System
MIT License
231 stars 17 forks source link

Issue with Route Grouping #40

Open raphaelobene opened 1 month ago

raphaelobene commented 1 month ago

This doesn't exclude the route grouping folder(s) in Nextjs. ex. Folder structure (users), (marketing), (auth), etc.

This adds the route grouping folder/route to the route ex. /(auth)/login, /(patientFacing)/appointments/[appointmentId], /(user)/settings instead of /login, /appointments/[appointmentId], /settings.

jherr commented 1 month ago

The code is there to handle route groups. Please provide a repro case.