Alec Aivazis edited untitled.html  over 8 years ago

Commit id: ee74ab61642709d14840bc578674be3ecef578f9

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 the client has to 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.
 locally.