Storing, modifying and saving data for a web application?
-
There is a small web application written in javaScript. All data on the basis of which the UI is drawn is stored in a separate js file as a common object with arrays, primitives, etc. The bottom line is that I store this data in LocalStorage, but when I clear the browser cache, everything disappears. What are the alternatives? Where to store such data. For me the json format is ideal, but javaScript cannot change and re-save JSON files.JavaScript Phoebe O'Neill, Aug 16, 2019
-
For example: https://developer.mozilla.org/en/docs/ Web / API / Inde ...Anonymous
-
In the database. Try Firebase.Anonymous
2 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!