redux-persist-transform-expire icon indicating copy to clipboard operation
redux-persist-transform-expire copied to clipboard

Add expiration to your persisted store

Results 4 redux-persist-transform-expire issues
Sort by recently updated
recently updated
newest added

Hi Gab, Thank you for your work on this. I wanted this functionality in one of my projects but it did not suit the needs as is so I ended...

I was wondering if this library was going to be/is compatible with redux-persist v5? I've downgraded to v4 for now.

Thank you for this functionality, is working great. I was wondering: you now have to set an expire date on each reducer separately. In my use case, I just have...

The example shows how to provide default value at the time of creating an instance: ``` const expireTransform = createExpirationTransform({ expireKey: 'customExpiresAt', defaultState: { custom: 'values' } }); persistStore(store, {...