# redux-offline/redux-offline

Build Offline-First Apps for Web and React Native

Repository: https://github.com/redux-offline/redux-offline
Canonical: https://ross.abutalabs.com/products/redux-offline
Homepage: https://redux-offline.github.io/redux-offline/
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, react-native, offline-capable, redux, hacktoberfest
Archived: true
Last push: 2025-02-26T09:57:45+00:00

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

## Adoption (not part of the score)
Stars 6131, forks 388 (observed 2026-08-28T04:09:36.375410+00:00)

## What it is
Redux Offline is a persistent Redux store enhancer for building offline-first web and React Native applications, with first-class support for optimistic UI. It queues actions with offline metadata, persists them, and replays network effects when connectivity returns, dispatching commit or rollback actions.

## Use cases
- build an offline-first app that queues mutations while offline
- implement optimistic UI updates with automatic rollback on failure
- persist Redux store state across app reloads
- sync queued API requests when connectivity is restored
- add offline support to a React Native app
- make a web app resilient to flaky network connections

## When to choose
- you use Redux and need offline-first behavior with optimistic updates
- you want a small, customizable store enhancer rather than a full offline framework
- you target both web and React Native with shared state logic

## When to avoid
- you don't use Redux for state management
- you need a full offline data sync engine with conflict resolution
- you want a library with active dedicated maintenance (project seeks maintainers)

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, caching, middleware
- domain: web-development, frontend, mobile-development, developer-tools
- platform: cross-platform
- tags: redux, offline-first, react-native, optimistic-ui, persistent-store, pwa, nodejs, web-server

## Member repositories
- redux-offline/redux-offline (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:36.375410+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:47:58.182433+00:00, confidence not recorded.
  - readme: https://github.com/redux-offline/redux-offline (fetched 2026-08-28T04:09:36.375410+00:00, sha 1c69c8631845)
  - homepage: https://redux-offline.github.io/redux-offline/ (fetched 2026-08-29T08:44:43.431496+00:00, sha 4494135efc95)
- Data as of 2026-08-30T08:39:29.467469+00:00.
