[Vuejs]-What is best practice to save tempory data as a sub option on backend panel?

0👍

you can try IndexedDB API along with Dexie.js, here is the documentation of IndexedDB IndexedDB, Dexie documentation Dexie, but as the comments say Keeping the db as the current source of truth is safest thing to do =)

Hope it helps =)

Leave a comment