# kitze/react-hanger

A collection of useful React hooks

Repository: https://github.com/kitze/react-hanger
Canonical: https://ross.abutalabs.com/products/react-hanger
Homepage: https://codesandbox.io/s/44m70xm70
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-05-13T09:55:42+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 82, release rhythm 8, longevity 100
- inputs: {"age_days": 2868, "days_push": 112, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1930, forks 76 (observed 2026-08-28T04:05:56.127075+00:00)

## What it is
react-hanger is a collection of useful React hooks for state management helpers, offering both object-destructuring and array-based APIs. It is a small TypeScript library published on npm under the MIT license.

## Use cases
- manage boolean toggle state in React components
- handle input state with hooks
- simplify useState patterns for primitives
- use lifecycle and interval hooks in React apps
- replace boilerplate custom hooks with a shared library

## When to choose
- you want a small, focused set of React state hooks
- you prefer idiomatic array-based hook APIs
- you want a lightweight MIT-licensed utility library

## When to avoid
- you need a full state management solution like Redux or Zustand
- your project does not use React
- you need actively developed hooks with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: state-management, ui-components
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: react-hooks, typescript, npm-package, nodejs

## Member repositories
- kitze/react-hanger (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:56.127075+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:08:47.604159+00:00, confidence not recorded.
  - readme: https://github.com/kitze/react-hanger (fetched 2026-08-28T04:05:56.127075+00:00, sha 65fd2bf5e690)
  - registry_npm: https://registry.npmjs.org/react-hanger (fetched 2026-08-29T10:48:40.768612+00:00, sha bbecbfd37858)
- Data as of 2026-08-30T08:39:29.467469+00:00.
