You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
With
redux-persist
( https://redux-toolkit.js.org/usage/usage-guide#use-with-redux-persist ) I managed to persist data within my Electron app withoutelectron-store
and withoutredux-persist-electron-storage
.So... I'm here to ask what are the use cases for
electron-store
and itsredux-persist-adapter
( https://github.com/psperber/redux-persist-electron-storage )The text was updated successfully, but these errors were encountered: