redux-offline/redux-offline
Build Offline-First Apps for Web and React Native observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 8
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3462
- days_rel: n/a
- days_push: 553
- n_releases_24m: 0
Adoption not part of the score
6131 stars · 388 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity maintenance
state-management caching middleware web-development frontend mobile-development developer-tools cross-platform redux offline-first react-native optimistic-ui persistent-store pwa nodejs web-server
2 sources
- readme: https://github.com/redux-offline/redux-offline · fetched 2026-08-28 · 1c69c8631845
- homepage: https://redux-offline.github.io/redux-offline/ · fetched 2026-08-29 · 4494135efc95
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redux-offline/redux-offline | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="redux-offline/redux-offline")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem