Skip to content

Instantly share code, notes, and snippets.

@vlrmprjct
Created June 12, 2020 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlrmprjct/7e57f29eab8ac67239e72541e09a7075 to your computer and use it in GitHub Desktop.
Save vlrmprjct/7e57f29eab8ac67239e72541e09a7075 to your computer and use it in GitHub Desktop.
ReactJS multiple optional params
<Route path="/section/(page)?/:page?/(sort)?/:sort?" component={Section} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment