It's been a while since @rt2zz has accepted any PRs, commented on issues, or committed any code. Is this project dead? Is there a fork of it that someone is maintaining?
Probably this is the current best bet: https://github.com/redux-offline/redux-offline
@carlomazzaferro redux-offline is dependent on redux-persist though: https://github.com/redux-offline/redux-offline/blob/c11e27940a935a891197e5c86a43e036b4569d74/package.json#L61
I've sent an email out to @rt2zz. Will report back if I get a response.
Seems like yes unfortunately. There's plenty of forks though. Hopefully one takes over where @rt2zz left off.
Hi all, sorry about the neglect, I have not been keeping up on the issues. Please reach out if you are interested in maintaining, and additionally ill take a look at open PRs next week.
Glad to hear it, rt2zz. Can't wait for repository revival :)
New pre-release: [email protected] available via npm i --save redux-persist@next
Will take some time before I work through the entire backlog of PRs but if something is urgent please ping me directly.
@rt2zz thanks so much for the updates and the great work on this library!
@rt2zz Thank you so much. I will do my best to help contribute and merge starting this week.
Bump?
@Marvedog I think there has been some updates to this library since this issue was created.
I found a simple alternative in rolling my own using this approach: https://medium.com/@jrcreencia/persisting-redux-state-to-local-storage-f81eb0b90e7e
If you want to roll your own simple persist w/ support for async migrations, here's some code that might be helpful: https://gist.github.com/aguynamedben/3bef9af36c2a257aa2f0c77e3f046d01
Does anyone know any other alternative lib?
Most helpful comment
Hi all, sorry about the neglect, I have not been keeping up on the issues. Please reach out if you are interested in maintaining, and additionally ill take a look at open PRs next week.