-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: how to get query parameters in route? #18
Comments
agreed. i'm looking into the same thing. |
@jshultz as a alternative, you can pass express query string in route state:
|
There's an example here that might be useful: https://github.com/kriasoft/react-starter-kit/blob/master/docs/recipes/how-to-implement-routing.md#step-3-parameterized-routes
|
@aaronkw how it will help process routes with query string (like ?form[a]=1&form[b]=1&form[c]=4)? |
@Bogdaan thanks for the advice To clarify, here is the example with the react starter kit : kriasoft/react-starter-kit#355 |
For example i have route "/search" and 100 parameters in app logic, how to pass this in "state"?
Just for process routes like:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: