# jeffbski/redux-logic

Redux middleware for organizing all your business logic. Intercept actions and perform async processing.

Repository: https://github.com/jeffbski/redux-logic
Canonical: https://ross.abutalabs.com/products/redux-logic
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2025-01-10T00:44:31+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3684, "days_push": 601, "days_rel": 601, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1794, forks 101 (observed 2026-08-28T04:05:37.343799+00:00)

## What it is
redux-logic is Redux middleware for organizing business logic and action side effects in one place. It intercepts actions for validation/transformation and performs async processing with declarative features like cancellation, debouncing, throttling, and take-latest.

## Use cases
- handle async side effects in redux apps
- intercept and validate redux actions before reducers
- debounce and cancel in-flight ajax requests in redux
- organize business logic outside react components
- server-side rendering with async data fetching completion tracking
- dynamically load logic with code-split bundles

## When to choose
- you use Redux and want a simple middleware for async logic and side effects
- you want declarative cancellation, debouncing, and take-latest without writing boilerplate
- your team mixes callbacks, promises, async/await, and observables

## When to avoid
- you use Redux Toolkit and prefer RTK Query or redux-saga for side effects
- you are starting a new project without Redux
- you need a maintained ecosystem - the project is in low-activity maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: middleware, state-management, http-client, web-framework
- domain: frontend, web-development, developer-tools
- platform: browser
- tags: redux, redux-middleware, side-effects, async-processing, action-interception, debouncing, cancellation, nodejs, javascript

## Member repositories
- jeffbski/redux-logic (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:37.343799+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:22:54.251947+00:00, confidence not recorded.
  - readme: https://github.com/jeffbski/redux-logic (fetched 2026-08-28T04:05:37.343799+00:00, sha c2b1601fdecf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
