Ross ROSS = Recommend OSS · open-source software intelligence for agents

jeffbski/redux-logic

Redux middleware for organizing all your business logic. Intercept actions and perform async processing. observed · 2026-08-28

github.com/jeffbski/redux-logic · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3684
  • days_rel: 601
  • days_push: 601
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1794 stars · 101 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity maintenance

middleware state-management http-client web-framework frontend web-development developer-tools browser redux redux-middleware side-effects async-processing action-interception debouncing cancellation nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
jeffbski/redux-logicmain23

For agents

markdown · JSON · MCP: product_card(name="jeffbski/redux-logic")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem