erikras/ducks-modular-redux resource
A proposal for bundling reducers, action types and actions when using Redux observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4020
- days_rel: n/a
- days_push: 1675
- n_releases_24m: 0
Adoption not part of the score
9548 stars · 335 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A proposal and documentation describing the 'ducks' pattern for bundling Redux reducers, action types, and action creators into single self-contained modules. It is not a library but a widely-adopted convention with example code and rules.
Use cases
- organize redux code into modular bundles
- structure reducers and actions in one file
- package reusable redux modules
- learn the ducks pattern for redux
- avoid splitting action types and reducers across folders
When to choose
- starting a Redux app and wanting a simple module convention
- packaging reusable Redux reducer bundles as a library
- teaching or standardizing Redux file organization
When to avoid
- using Redux Toolkit, which supersedes this pattern with slices
- you need an executable tool or library rather than a convention
- non-Redux state management setups
Facets
learning-resource · maturity maintenance
state-management frontend-framework web-development frontend developer-tools browser redux ducks-pattern proposal reducer-bundles documentation nodejs javascript
1 source
- readme: https://github.com/erikras/ducks-modular-redux · fetched 2026-08-28 · e8586da502b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| erikras/ducks-modular-redux | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="erikras/ducks-modular-redux")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem