SKILL 0 upvotes 239

Asyncredux Persistence

Implement local state persistence using Persistor. Covers creating a custom Persistor class, implementing `readState()`, `persistDifference()`, `deleteState()`, using LocalPersist helper, throttling saves, and pausing/resuming persistence with app lifecycle.

by marcglasberg View Source

Install

claude skill add marcglasberg/async_redux:asyncredux-persistence

Tags

state-management persistence frontend