url-params topic

List url-params repositories

queryparam

19
Stars
5
Forks
Watchers

Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.

state-in-url

401
Stars
10
Forks
401
Watchers

Store any user state in query parameters; imagine JSON in a browser URL, while keeping types and structure of data, e.g.numbers will be decoded as numbers not strings. With TS validation. Shared state...