Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the use cased for electron-store and redux-persist-electron-storage ? #18

Open
raphael10-collab opened this issue Mar 27, 2021 · 2 comments

Comments

@raphael10-collab
Copy link

With redux-persist ( https://redux-toolkit.js.org/usage/usage-guide#use-with-redux-persist ) I managed to persist data within my Electron app without electron-store and without redux-persist-electron-storage .

So... I'm here to ask what are the use cases for electron-store and its redux-persist-adapter ( https://github.com/psperber/redux-persist-electron-storage )

@awreese
Copy link

awreese commented Jun 25, 2022

@raphael10-collab I'm at the same point as well. RTK and redux-persist and it seems that localStorage is sufficient for persisting state and rehydrating the store. It's unclear if this package is necessary/relevant.

@vladpuz
Copy link

vladpuz commented Oct 17, 2023

See Advantages over localStorage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants