Skip to content

Instantly share code, notes, and snippets.

@tanvirstreame
Last active September 17, 2019 12:40
Show Gist options
  • Select an option

  • Save tanvirstreame/313a2bcd1c47a8931faaa71986000eca to your computer and use it in GitHub Desktop.

Select an option

Save tanvirstreame/313a2bcd1c47a8931faaa71986000eca to your computer and use it in GitHub Desktop.
next js route query enable
static getInitialProps({ query, res }) {
return { query };
}
this.props.query;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment