Usage Overview
This section contains comprehensive usage guides for using Redux Remember in various environments and scenarios.
Platform-Specific Usage
Section titled “Platform-Specific Usage”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
Advanced Topics
Section titled “Advanced Topics”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
Getting Started
Section titled “Getting Started”If you’re new to Redux Remember, start with the Quick Start Guide for a basic introduction.
Legacy Redux
Section titled “Legacy Redux”If you’re using plain Redux without Redux Toolkit, check out the Legacy Usage guides.
See Also
Section titled “See Also”- Quick Start - Get started quickly with Redux Remember
- API Reference - Complete API documentation