Alec Aivazis edited untitled.html  over 8 years ago

Commit id: 695787b8721e0d7771295c917825c63fe6b04bee

deletions | additions      

       

In 
In  a single page app, all of the decisions about what view/subview to render occurs on the client and 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.