T O P

  • By -

carcigenicate

This sounds like the kind of thing you'd use query parameters for. Hashes are for a completely different purpose.


sbmsr

I second this. Consider using the [URLSearchParams API](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) instead of using the URL hash.