# jkeam/reduxsauce

Some aesthetic toppings for your Redux meal.

Repository: https://github.com/jkeam/reduxsauce
Canonical: https://ross.abutalabs.com/products/reduxsauce
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-03-27T00:10:55+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 74, release rhythm 31, longevity 100
- inputs: {"age_days": 3760, "days_push": 160, "days_rel": 245, "gap_med": 366, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1221, forks 76 (observed 2026-08-28T04:04:02.139335+00:00)

## What it is
Reduxsauce is a small JavaScript utility library providing helpers for Redux-based codebases, such as createReducer, createTypes, createActions, and resettableReducer. It reduces boilerplate in reducers and action definitions for readability and testability.

## Use cases
- reduce boilerplate in redux reducers
- define redux action types and creators together
- make reducers easier to test
- reset redux state between tests
- clean up large switch statements in reducers

## When to choose
- you use Redux and want less reducer/action boilerplate
- you want a lightweight, focused utility with no framework lock-in

## When to avoid
- you use Redux Toolkit, which covers similar needs officially
- you don't use Redux in your project

## Facets
- artifact type: library
- maturity: stable
- function: state-management, developer-tools
- domain: frontend, web-development, developer-tools
- platform: -
- tags: redux, action-creators, reducers, flux, nodejs, javascript

## Member repositories
- jkeam/reduxsauce (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:02.139335+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-30T06:15:41.675980+00:00, confidence not recorded.
  - readme: https://github.com/jkeam/reduxsauce (fetched 2026-08-28T04:04:02.139335+00:00, sha fa0ab14d30fd)
  - registry_npm: https://registry.npmjs.org/reduxsauce (fetched 2026-08-29T12:24:06.491811+00:00, sha d13acfc6b2cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
