Skip to content

Instantly share code, notes, and snippets.

@thinkgarden
Created November 9, 2018 02:17
Show Gist options
  • Save thinkgarden/181aaddd63c80c53cd0619d73439820b to your computer and use it in GitHub Desktop.
Save thinkgarden/181aaddd63c80c53cd0619d73439820b to your computer and use it in GitHub Desktop.
[react-router]

Query Strings with React Router

componentDidMount() {
  console.log(this.props.location.search) // "?filter=top&origin=im"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment