Hacker News new | ask | show | jobs
by j16sdiz 1112 days ago
because Single-Page-Applications

they want the back button work with app internal state changes

1 comments

Single page apps don't require a frontend router and the same can be achieved by unconditionally sending a redirect from the server side for any request as long as you also hook into the "beforeunload" event in the browser.