reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Considering new stack for user settings (in Electron)

Open nwittwer opened this issue 4 years ago • 0 comments

The original Reflex is essentially built on top of localStorage, but I'm not sure how scalable and resilient this is, given that data is stored to the local Chromium instance, and I'm not sure if it persists if a user upgrades Reflex versions for example.

Having a schema and the ability to do migrations would be ideal.

Some ideas:

  • https://www.npmjs.com/package/electron-store

Any other suggestions?

nwittwer avatar Mar 14 '21 19:03 nwittwer