In times of JS web apps, it is becoming harder to understand, what the URL is doing and how it is build. Back in the days, we had an anchor which looks like #paragraph2 but today, we have anchor which look like #/customer/checkout/order?product=123&qty=6 and on the first glimpse it looks like an url, but it is only the anchor.

To make it easier to understand and deconstruct what actually happens I like to use URL parts. Im not completely sure but I think it is built by Sam Dutton, thanks Sam!
One thought on “Tools: URL parts”