docs: note redux-persist maintenance status in persistence guide - #5349
docs: note redux-persist maintenance status in persistence guide#5349Hashim1999164 wants to merge 1 commit into
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
✅ Deploy Preview for redux-starter-kit-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Just wanted to mention, I started up a fork of redux-persist that is being actively maintained: https://github.com/mdemichele/redux-persist. We've shipped a couple of releases past the last release from the original repo. Instead of just marking the original repo as unmaintained, feel free to link to my fork. I haven't seen any other active forks of redux-persist, so I'd be happy to pick up the ball as the official maintainer. Seems like usage of redux-persist is still really widespread, so I'm trying to make sure we keep support for it going and make sure it continues to work well with redux-toolkit. |
@reduxjs/rtk-codemods
@rtk-query/codegen-openapi
@rtk-query/graphql-request-base-query
@reduxjs/toolkit
commit: |
|
Thanks for the heads up, good to know an actively maintained fork exists. Whether the official docs should point to a community fork feels like a call for the Redux team rather than something I want to slip into this PR, so I will keep the change scoped to documenting the current state of the upstream repo. If the maintainers want a link to your fork added I am happy to include it. |
|
Makes sense to me. I definitely agree it's worthwhile to flag the old redux-persist repo as unmaintained, so makes sense to focus on that first. FWIW, in case it helps my case for including the new fork, we did also make significant progress on our documentation and have a working example application demonstrating usage of our forked version of redux-persist with RTK. Will be focusing on getting any remaining compatibility issues fixed as well. |
Summary
REHYDRATEexample intact and notes the sameextractRehydrationInfopattern works with other persistence librariesFixes #5180
Test plan
:::cautionstyle in the docs