react-persist
react-persist copied to clipboard
Allows use of sessionStorage
Problem
Need the ability to specify if sessionStorage or localStorage should be used.
Solution
Add boolean prop useSessionStorage which is then used to determine the storage type to use.
Additional
- Updates
componentWillReceivePropstocomponentDidUpdate. - Removes unnecessary
nullcheck.