Hacker News new | ask | show | jobs
by codezero 2685 days ago
There was a time several spa frameworks used explicit hash routing rather than url-like push state but I don’t have sources handy. I thought angular was one of them but they may have done away with this behavior.

I work in analytics so I’ve seen things like UTM params get couched into the hash, breaking parsing, so at least it’s something to keep an eye out for.

1 comments

Thanks, I'll make sure to dig into that some more!