Skip to content

Legacy Usage Overview

This section contains documentation for using Redux Remember with plain Redux (without Redux Toolkit).

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 createStore and combineReducers
  • Hasn’t migrated to Redux Toolkit yet
  • Needs to maintain compatibility with older Redux patterns

…then these legacy usage guides are for you.

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.

If you’re starting a new project or able to migrate, check out the Quick Start Guide for the modern Redux Toolkit approach.