# rt2zz/redux-persist

persist and rehydrate a redux store

Repository: https://github.com/rt2zz/redux-persist
Canonical: https://ross.abutalabs.com/products/redux-persist
Language: TypeScript
License: MIT
License Family: permissive
Topics: persistor, storage, redux, redux-middleware
Last push: 2024-05-01T18:49:34+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4059, "days_push": 854, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 12959, forks 842 (observed 2026-08-28T04:11:00.251701+00:00)

## What it is
A library for persisting and rehydrating Redux store state across sessions. It supports multiple storage backends and works on both web and mobile (React Native) apps.

## Use cases
- persist redux store to localStorage
- rehydrate redux state on app load
- save redux state in react native app
- keep user session state across page refreshes
- offline-first state persistence with redux
- store redux state in asyncstorage

## When to choose
- you use Redux and need state to survive app restarts or refreshes
- you want pluggable storage backends (localStorage, AsyncStorage, etc.)
- you need a battle-tested persistence solution for web and React Native

## When to avoid
- you use a state manager other than Redux
- you need a project with frequent active development and new features
- you want built-in encryption or complex migration tooling out of the box

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, middleware, serialization
- domain: frontend, web-development, mobile-development, developer-tools
- platform: cross-platform
- tags: redux, redux-persist, state-persistence, storage, rehydration, typescript, nodejs, web-server, mobile

## Member repositories
- rt2zz/redux-persist (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:00.251701+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:39.357796+00:00, confidence not recorded.
  - readme: https://github.com/rt2zz/redux-persist (fetched 2026-08-28T04:11:00.251701+00:00, sha 8b65b21e5c7f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
