useSearchParams — Intro First thing first, probably you already know, but let’s lay the foundations. What’s a query string? It is the part of the URL that assigns values to specified parameters and although there is no universal standard, most of the implementations follow the next rules: It is composed of a series of field-value pairs. Within…