Legacy Usage Overview
This section contains documentation for using Redux Remember with plain Redux (without Redux Toolkit).
When to Use This Guide
Section titled “When to Use This Guide”The examples in the main documentation use Redux Toolkit, which is the recommended approach for Redux applications. However, if your application:
- Still uses plain Redux with
createStoreandcombineReducers - Hasn’t migrated to Redux Toolkit yet
- Needs to maintain compatibility with older Redux patterns
…then these legacy usage guides are for you.
Migration Recommendation
Section titled “Migration Recommendation”We strongly recommend migrating to Redux Toolkit for better developer experience, smaller bundle sizes, and improved patterns. However, Redux Remember continues to fully support legacy Redux applications.
Legacy Guides
Section titled “Legacy Guides”- Web Usage - Using Redux Remember with plain Redux on web
- React Native Usage - Using Redux Remember with plain Redux in React Native
- Using in Reducers - Listening to Redux Remember actions in plain reducers
Modern Approach
Section titled “Modern Approach”If you’re starting a new project or able to migrate, check out the Quick Start Guide for the modern Redux Toolkit approach.
See Also
Section titled “See Also”- Quick Start - Modern Redux Toolkit approach
- Web Usage - Modern web usage with Redux Toolkit
- React Native Usage - Modern React Native usage with Redux Toolkit
- API Reference - Complete API documentation