1

Does anyone know how to get the URL params in React when using React Router?

I'm trying to do something like this:

filterList(key) {
   if (key===this.props.location.query){
    return Blogstore.state.blog
   }

to match with the unique key at the end of my link:

http://localhost:8080/blogshow/-KGYsxaXyMiej5cgU5A7

1 Answer 1

2

The answer is:

this.props.routeParams.key
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.