|
|
|
|
|
by em-bee
1033 days ago
|
|
yes but none of that has anything to do with SPA as a technology. the point of an SPA is so that i can share code and data for different pages in the browser without having to get it from the server for each new page. it does not at all prevent me from using links to the outside or even within the site. (i just built an SPA where all navigation is done via regular links, each view has a different url, they all can be bookmarked, and history works too so you can go back and forth using the standard browser buttons, and links to certain resources take you out of the app) |
|
You still have to get it from the server for each new page, you just do it in the background.