Hacker News new | ask | show | jobs
by sublinear 1112 days ago
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.