Skip to content

docs: note redux-persist maintenance status in persistence guide - #5349

Open
Hashim1999164 wants to merge 1 commit into
reduxjs:masterfrom
Hashim1999164:docs/redux-persist-maintenance-note-5180
Open

docs: note redux-persist maintenance status in persistence guide#5349
Hashim1999164 wants to merge 1 commit into
reduxjs:masterfrom
Hashim1999164:docs/redux-persist-maintenance-note-5180

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • Add a caution note under the Redux Persist section of the RTK Query persistence guide
  • Clarifies that redux-persist is no longer actively maintained (last release in 2019)
  • Keeps the existing REHYDRATE example intact and notes the same extractRehydrationInfo pattern works with other persistence libraries

Fixes #5180

Test plan

  • Verified Prettier formatting on the edited MDX file
  • Confirmed the admonition matches existing :::caution style in the docs

@codesandbox

codesandbox Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit e1fdb81
🔍 Latest deploy log https://app.netlify.com/projects/redux-starter-kit-docs/deploys/6a6249e77267e7000797dcfd
😎 Deploy Preview https://deploy-preview-5349--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@mdemichele

mdemichele commented Jul 23, 2026

Copy link
Copy Markdown

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.

@aryaemami59 aryaemami59 added Documentation Improvements or additions to documentation RTK-Query Issues related to Redux-Toolkit-Query labels Jul 26, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 26, 2026

Copy link
Copy Markdown

Open in StackBlitz

@reduxjs/rtk-codemods

npm i https://pkg.pr.new/@reduxjs/rtk-codemods@e1fdb81 -D
yarn add https://pkg.pr.new/@reduxjs/rtk-codemods@e1fdb81.tgz -D
pnpm add https://pkg.pr.new/@reduxjs/rtk-codemods@e1fdb81.tgz -D
bun add https://pkg.pr.new/@reduxjs/rtk-codemods@e1fdb81.tgz -D

@rtk-query/codegen-openapi

npm i https://pkg.pr.new/@rtk-query/codegen-openapi@e1fdb81 -D
yarn add https://pkg.pr.new/@rtk-query/codegen-openapi@e1fdb81.tgz -D
pnpm add https://pkg.pr.new/@rtk-query/codegen-openapi@e1fdb81.tgz -D
bun add https://pkg.pr.new/@rtk-query/codegen-openapi@e1fdb81.tgz -D

@rtk-query/graphql-request-base-query

npm i https://pkg.pr.new/@rtk-query/graphql-request-base-query@e1fdb81 -D
yarn add https://pkg.pr.new/@rtk-query/graphql-request-base-query@e1fdb81.tgz -D
pnpm add https://pkg.pr.new/@rtk-query/graphql-request-base-query@e1fdb81.tgz -D
bun add https://pkg.pr.new/@rtk-query/graphql-request-base-query@e1fdb81.tgz -D

@reduxjs/toolkit

npm i https://pkg.pr.new/@reduxjs/toolkit@e1fdb81 -D
yarn add https://pkg.pr.new/@reduxjs/toolkit@e1fdb81.tgz -D
pnpm add https://pkg.pr.new/@reduxjs/toolkit@e1fdb81.tgz -D
bun add https://pkg.pr.new/@reduxjs/toolkit@e1fdb81.tgz -D

commit: e1fdb81

@Hashim1999164

Copy link
Copy Markdown
Author

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.

@mdemichele

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation RTK-Query Issues related to Redux-Toolkit-Query

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Redux-persist is died

3 participants