# redux-zero/redux-zero

A lightweight state container based on Redux

Repository: https://github.com/redux-zero/redux-zero
Canonical: https://ross.abutalabs.com/products/redux-zero
Homepage: https://matheusml1.gitbooks.io/redux-zero-docs/content/
Language: TypeScript
License: MIT
License Family: permissive
Topics: redux, lightweight, state, flux, small, functional, react, react-native, preact, typescript, svelte
Last push: 2023-01-05T07:50:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3254, "days_push": 1336, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1961, forks 85 (observed 2026-08-28T04:05:59.440483+00:00)

## What it is
Redux Zero is a lightweight state container library based on Redux principles, offering a minimal API for managing application state. It provides bindings for React, Preact, Vue, Svelte, and React Native, with TypeScript support.

## Use cases
- manage state in a small React app without Redux boilerplate
- share a simple store across React, Preact, Vue, or Svelte components
- replace Redux with a tiny predictable state container
- handle async actions and middleware in a lightweight store
- add typed state management to a TypeScript frontend project

## When to choose
- you want Redux-like predictable state with minimal setup and bundle size
- you need framework bindings for React, Preact, Vue, or Svelte from one library
- your app's state management needs are simple and don't require Redux's ecosystem

## When to avoid
- you rely heavily on the Redux ecosystem such as DevTools, sagas, or large middleware catalogs
- you need a state library with active ongoing development and frequent releases
- you prefer modern alternatives like Zustand or Jotai with larger communities

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, middleware
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: redux, flux, react, preact, svelte, vue, react-native, typescript, lightweight, state-container, nodejs

## Member repositories
- redux-zero/redux-zero (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.440483+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-30T03:05:39.578758+00:00, confidence not recorded.
  - readme: https://github.com/redux-zero/redux-zero (fetched 2026-08-28T04:05:59.440483+00:00, sha d00e5c2ef703)
  - registry_npm: https://registry.npmjs.org/redux-zero (fetched 2026-08-29T10:45:58.926359+00:00, sha 4361f4e2d149)
- Data as of 2026-08-30T08:39:29.467469+00:00.
