Review: Query Parameters

Review: query parameters are used by default by form submissions, in GET requests. - By convention, they are used to represent configuration options the user has sent, like a search query. - For the purposes of the browser history, they work exactly the same as the path: changing query parameters means loading a new page
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL#parameters