@heyjiawei
- 1 URL would be tied to a single page and routing is handled on server side
Â
- 'beforeunload' event is fired and this event is cancellable
- handled by the SPA itself
Â
- on matching a route, it has to re-render the app itself
Â
- URL and document are independent of each other