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

microsoft/redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares. observed · 2026-08-28

github.com/microsoft/redux-dynamic-modules · homepage · TypeScript · 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: 2923
  • days_rel: n/a
  • days_push: 882
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1065 stars · 111 forks observed · 2026-08-28

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

redux-dynamic-modules is a TypeScript library that lets you modularize Redux by bundling reducers, middleware, and state into reusable modules that can be added or removed from the store at runtime. It includes a DynamicModuleLoader React component that automatically loads and unloads modules as components mount and unmount.

Use cases

  • dynamically load redux reducers at runtime
  • code-split redux state for smaller initial bundle
  • load reducers and middleware when a react component mounts
  • share redux modules across multiple apps in a monorepo
  • integrate redux-saga modules dynamically
  • add and remove redux middleware on the fly

When to choose

  • you have a large Redux app where loading all reducers up front bloats the initial bundle
  • you use code-splitting and need reducers added lazily at runtime
  • you want reusable state modules shared across components or applications
  • you use redux-saga or redux-thunk and want per-module integration

When to avoid

  • you are starting a new project and can use modern alternatives like Redux Toolkit with injectable slices
  • your app is small and all reducers can be defined up front
  • you have migrated to a state manager without a global store, such as Zustand or React Query

Facets

library · maturity maintenance

state-management middleware frontend web-development developer-tools browser cross-platform redux react code-splitting dynamic-loading redux-saga typescript nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
microsoft/redux-dynamic-modulesmain23

For agents

markdown · JSON · MCP: product_card(name="microsoft/redux-dynamic-modules")

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