Skip to content

Usage Overview

This section contains comprehensive usage guides for using Redux Remember in various environments and scenarios.

Learn how to set up Redux Remember for your target platform:

  • Web Usage - Using Redux Remember in web applications with localStorage or sessionStorage
  • React Native Usage - Using Redux Remember in React Native with AsyncStorage

Explore advanced features and patterns:

  • Custom Storage Driver - Create custom storage drivers for specialized use cases like secure storage or multiple storage types
  • Using in Reducers - Listen to Redux Remember actions in your reducers to track rehydration and persistence events
  • Rehydration Gate - Prevent rendering and show a loader until persisted state has been loaded
  • Error Handling - Handle persistence and rehydration errors gracefully

If you’re new to Redux Remember, start with the Quick Start Guide for a basic introduction.

If you’re using plain Redux without Redux Toolkit, check out the Legacy Usage guides.