redux-ecosystem-links icon indicating copy to clipboard operation
redux-ecosystem-links copied to clipboard

A categorized list of Redux-related addons, libraries, and utilities

Redux Ecosystem Links

A categorized list of addon libraries for Redux, as well as other libraries that are closely related.

This page overlaps with the Ecosystem page in the Redux documentation, and the Awesome-Redux list, but is much more comprehensive and includes more categories.

Items listed in a category are generally in no specific order - just whatever sequence I happened to add them in.

You may also be interested in my React/Redux tutorials and resources collection.

Table of Contents

Core Redux Concepts

  • Reducers
  • Actions
  • Store
    • Store - Persistence
  • Action/Reducer/Constant Generators

Advanced/Additional Redux Concepts

  • Immutable Data
  • Middleware
    • Middleware - Async Behavior
    • Middleware - Network Requests
    • Middleware - Sockets and Adapters
  • Side Effects
    • Side Effects - Functions
    • Side Effects - Generators
    • Side Effects - Observables
    • Side Effects - Reducers/Other
  • Dev Tools
  • Testing
  • Entity/Collection Management
  • Prebuilt Use Cases and Integration
  • Utilities
  • Other Redux Resources

Components and UI

  • Component/Local State
  • Component Data Fetching and Preloading
  • Widgets
  • Forms
  • Routing

Redux-Based Libraries and Apps

  • Applications and Examples
  • Project Scaffolding and CLIs
  • Library Integration and Bindings
  • Alternate Approaches and Variations