redux-offline-queue

JSON →
library 1.1.2 ·javascript maintenance
verified Jun 7, 2026

A lightweight Redux middleware for queuing actions when the app is offline and dispatching them once connectivity is restored. Version 1.1.2 provides a simple reducer, middleware, and utilities to mark actions for offline queuing. Designed for React Native, it works with redux-saga by suspending sagas during offline periods. Unlike alternatives like redux-offline, it focuses purely on offline queueing without integrated persistence or network detection, leaving those to be handled by the developer. The library ships TypeScript types and is stable, though low-maintenance.