Reactjs – How to delete persisted redux state from end user's machine
I am using redux-persist to persist redux state which works nice. However, sometimes I face issues because of the way this persistence work, namely via the local storage of the client. More specifically, let's say the user interacted with my…