URL and routing
Most web pages and applications deal with URLs in some way. This could be an action like crafting a link with certain query parameters or URL-based routing in a single-page application (SPA).
A URL is just a string that complies with some syntax rul...
vincenguyen.hashnode.dev5 min read