PaulBS
August 16, 2021, 11:07am
1
Hi,
I am creation a desktop app (electron) and was wondering how to save some app settings?
Is it possible to create and save a Jason file?
Or are the local storage persistent after the app is closed? And what happens if the app is updated?
The app gets its data from woocommerce and can be used to manage multiple websites, so no server backend.
Anyone done this before or have any tips?
Dave
August 16, 2021, 12:52pm
2
Does this help?
https://assignittous.com/2018/07/20/save-data-locally-in-electron/
We must get back to Electron we really enjoyed using it to build some quite complex desktop applications a while back, since then though Mobile has taken over…
PaulBS
August 29, 2021, 1:38pm
3
Thanks Dave,
A good read and very helpful.
I will update this once I have one of the suggestions working in case it helps anyone else…
1 Like