| ▲ | embedding-shape 4 days ago | |||||||||||||||||||||||||||||||||||||
Does that handle back button correctly? Nothing more annoying that sites/apps that overwrites the history incorrectly, so when you press the back button it goes to the entry before you entered the website/app, rather than back into what you were doing in the website/app. Both approaches (appending/rewriting) have their uses, the tricky part is using the right thing for the right action, fuck up either and the experience is abysmal. | ||||||||||||||||||||||||||||||||||||||
| ▲ | macNchz 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
It’s definitely possible to make a really stellar experience, but that winds up being the exception. The URL and history state are sort of “invisible” elements of the user experience but require thoughtful care and attention to what the user expects/wants at each step, a level of attention which is already a rarity in web development even in the most visible parts of a page…so frequently the history/back button stuff just totally sucks. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | LegionMammal978 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
It's pretty weird, my impression is that the APIs are flexible enough to implement most sane behaviors, but websites keep managing to mess it all up. Perhaps it's just one of those things that no one bothers re-testing as the codebase changes. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||