Alec Aivazis edited untitled.html  over 8 years ago

Commit id: 23d2a54c51741438e7c5ab219802e5282d9e3617

deletions | additions      

       

In a single page app, all of the decisions about what view/subview to render occurs on the client and ideally does not require a trip back to the server. This means that ideally  the client has to would  be able to authenticate the currently logged in user and access its data without going back to the server which means it has to be stored locally.
 server.