Redux-persist: Is redux-persist dead?

Created on 7 Nov 2018  路  12Comments  路  Source: rt2zz/redux-persist

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?

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.

All 12 comments

Probably this is the current best bet: https://github.com/redux-offline/redux-offline

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?

Was this page helpful?
0 / 5 - 0 ratings