gabceb / redux-persist-transform-expire

Add expiration to your persisted store
MIT License
64 stars 19 forks source link

extend readme instructions #3

Closed chodorowicz closed 7 years ago

chodorowicz commented 7 years ago

I wanted to clarify where to place persistExpiresAt key in reducers. It was really not clear for us. We thought we should create top most reducer with name persistExpiresAt, which will expire all reducers.