Skip to content

Instantly share code, notes, and snippets.

@lzehrung
Last active May 19, 2022 02:46
Show Gist options
  • Select an option

  • Save lzehrung/70b008a80827bed0261ca46657a64cfa to your computer and use it in GitHub Desktop.

Select an option

Save lzehrung/70b008a80827bed0261ca46657a64cfa to your computer and use it in GitHub Desktop.
next.js nested dynamic routes

url: /states/IN/counties/12345

folder structure:

/pages
  /states
    /[state]
      /counties
        [county].tsx
      index.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment