Adding redux-persist or similar functionality to RTK #3332
Replies: 2 comments 4 replies
-
We've generally said that we're not looking to add persistence or Next integration to RTK, specifically because The other issue is maintenance burden. We barely have enough time to work on RTK and its current feature set as it is (see the giant pile of open "codegen" related issues here in the repo). We don't have time or capacity to take on maintenance of entire other existing libraries. (There was actually a similar request about Normalizr a few months ago, and we ended up not doing anything to adopt it either.) |
Beta Was this translation helpful? Give feedback.
-
Actively maintained or not - it has a big feature set, allows for plugins, and is pretty much "done". Is there anything about it that's broken for you? |
Beta Was this translation helpful? Give feedback.
-
It looks like the maintainers of redux-persist are no longer maintaining the package.
It looks like Zustand provides similar utils out of the box for their users so I think the argument could be made that RTK could include this as well.
Would love to hear other people's thoughts on this as well!
Beta Was this translation helpful? Give feedback.
All reactions