|
|
|
|
|
by troupo
252 days ago
|
|
No, no you shouldn't. Well, if you want to present the user with a fully saved UI state even if the user closed your app and opens it later, then yes :) Otherwise purely client side things should stay either fully client-side, or at most in session storage. |
|
If the latency was good enough you'd store everything on the server. It doesn't force you to give them the same state when they re-open your app, you can key state by session and tabid if you want.