loading
loading
The query-string values in a URL used to represent page state.
Search params are values like ?q=json&lng=fr. They are useful for filters, search, pagination, and language entry points because they can be shared in a link.
Plainly
Think of Search Params as a named building block in a big LEGO app. The query-string values in a URL used to represent page state.
In practice
Use it when you are mapping how the app is structured or explaining a feature to a teammate or agent. In practice, define the owner, input, output, and failure mode before you rely on it.