Getting query parameters from react-router hash fragment

Note: Copy / Pasted from comment. Be sure to like the original post! Writing in es6 and using react 0.14.6 / react-router 2.0.0-rc5. I use this command to lookup the query params in my components: this.props.location.query It creates a hash of all available query params in the url. Update: For React-Router v4, see this answer. … Read more