If you’re starting a new project or considering refactoring, some modern Redux setups (like Redux Toolkit + RTK Query + Zustand or TanStack Query for server state) are replacing the need for redux-persist
altogether, since persisting state can often be localized to a slice or custom hook these days.