elgerlambert / redux-localstorage

Store enhancer that syncs (a subset) of your Redux store state to localstorage.
MIT License
1.32k stars 107 forks source link

Adding option to change storage driver #91

Open ragboyjr opened 6 years ago

ragboyjr commented 6 years ago

Signed-off-by: RJ Garcia rj@bighead.net

ragboyjr commented 6 years ago

This allows a user to specify sessionStorage instead of localStorage for persisting. It also would allow for more better unit tests.