microsoft/redux-dynamic-modules
Modularize Redux by dynamically loading reducers and middlewares. 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
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
- readme: https://github.com/microsoft/redux-dynamic-modules · fetched 2026-08-28 · 17f97d1790a3
- homepage: https://redux-dynamic-modules.js.org · fetched 2026-08-29 · 38fe0272ebab
- registry_npm: https://registry.npmjs.org/redux-dynamic-modules · fetched 2026-08-29 · 10d21c2d31d1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/redux-dynamic-modules | main | 23 |
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