#
queryparams
Here are 8 public repositories matching this topic...
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Jul 2, 2020 - TypeScript
Restangular for Angular 2 and higher versions
fetch
api
http
angular
typescript
reactive
rxjs
rest
angular2
rest-api
restful
observable
typescript-library
request
response
angular-2
restful-api
rest-client
restangular-methods
queryparams
-
Updated
Jun 29, 2020 - TypeScript
Airblader
commented
Sep 27, 2019
What's your idea?
When using multi: true, (de-)serializers only operated on the inner value, not the entire array, which in general is fine. We also support emptyOn on such parameters, and we also recommend in the docs that emptyOn can be further customized by instead using (de-)serializers since the former is just a convenience wrapper around the second.
**Describe the solution yo
A javascript library for simplifying encoding and decoding URL query parameters
-
Updated
Jun 17, 2020 - TypeScript
-
Updated
Sep 26, 2018 - Java
query-parser
query-parameter-set
urlsearchparams
url-parameters
query-params
queryparams
query-string
query-string-builder
query-parameters
query-stringifier
searchparams
query-params-parsing
-
Updated
May 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the queryparams topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the queryparams topic, visit your repo's landing page and select "manage topics."
Assuming the following routes:
If the user visits
/docs/in their browser, the route does not match.As a workaround I have to do
useRedirect('/docs/', '/docs')