How to use the query string params in react?

Hello,

How to use the query string params in react?

regards,

You may want to expand the context of the question.
What are you trying to do exactly?

I don’t want to expand the question. I expand my project.
Formerly I was using the query string in ASP.net webForm but now I have forgotten how the param is used.

I mean you will have to give us more detail about what you are trying to achieve.

That is what I mean by context. Taken out of context your question is hard to understand and give an answer to.

I want to make an app for upload and editing and creating image.
of course the editor is a component.

You didn’t answer the question, what is it you are trying to do?

Why and for what?

If you can’t answer that it’s a lot harder to help you. Was the link I posted of any help?

Yes, it’s very difficult to understand what you do or don’t know here, never mind purpose.

If you do understand what query params are and you’re just trying to construct/parse them, and it’s a web app, then the browser has an API for working with URLs that does this

I want to make an app for upload and editing and creating images.
of course, the editor is a component.

But I answered your question!
I’m working on it.

I was just reading and googly-related tutorials.
I have worked with query params in ASP.net webform but have forgotten how to use params.

Thanks for the API.

I think the way I asked the question makes it hard to reader understand what is in my mind. So I changed the subject. But my English is poor, so this is natural.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.