url parameters vs query strings
URL ParametersQuery Strings
Part of the URL path itselfPart of the URL after a ?
Used to identify specific resourcesUsed to send extra information (filters, options, etc.)
Declared with a colon : in route pathDeclared by appending ?key=value pai...
deepcss.hashnode.dev2 min read