programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Browser back button doesn’t work #101

Open programsam opened 6 years ago

programsam commented 6 years ago

A design decision to be sure; maybe something to just ignore.

But right now if you click back, which a lot of people do, when they wanna go back, you will leave BINK entirely.

Maybe we just want to set up some urls that all correlate to JavaScript things and then update the address bar with each click the user makes? Does that record in the history even?

We obviously don’t want to reload the whole damn page/app every time they browse somewhere like a 1990s app. But it should be possible to record a browser history too.

programsam commented 6 years ago

https://www.w3.org/TR/html5-author/history.html