ember.js - Is it a good idea to store json objects in local storage? -
I've seen some sites store JSON objects in local storage. Is this practice even similar to the Amber-CLI app? is? For example: currentUser can be in the local storage key:
{"First name" Foo "," lastname ":" Bar "," email ":" foo@bar.com "} which can be set by localStorage.currentUser = JSON .stringify ({firstName:" Foo ", lastname:" bar ", email:" foo@bar.com "};
If the above practice is correct, is there any device that can be used in JSON objects Can I manipulate the data stored in the form?
Do I get to "Amber Way" / Conference Doors should?
Comments
Post a Comment