# jaredLunde/react-hook

↩ Strongly typed, concurrent mode-safe React hooks

Repository: https://github.com/jaredLunde/react-hook
Canonical: https://ross.abutalabs.com/products/react-hook
Homepage: https://npmjs.com/org/react-hook
Language: TypeScript
License: MIT
License Family: permissive
Topics: react, hooks, window-scroll, react-hooks, window-size, debounce, throttle, react-hook, typescript, typescript-hooks, react-hooks-typescript, hooks-library, hooks-api
Last push: 2025-01-09T15:18:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2719, "days_push": 601, "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 1530, forks 96 (observed 2026-08-28T04:04:59.295535+00:00)

## What it is
A collection of strongly typed, concurrent mode-safe React hooks written in TypeScript. It provides hooks for common needs like async resolution, caching, window size/scroll tracking, debouncing, and throttling.

## Use cases
- track window size and scroll position in React components
- debounce or throttle values and callbacks in React
- handle async functions and promises safely in React components
- cache async data across React components and renders
- run callbacks when a value changes in React

## When to choose
- you use React function components and want well-typed, concurrency-safe hooks
- you need small focused utilities like debounce, throttle, or window size hooks
- you want a hooks library with TypeScript support out of the box

## When to avoid
- you don't use React
- you need a full state management solution rather than individual hooks
- you prefer a larger batteries-included hooks ecosystem like react-use or ahooks

## Facets
- artifact type: library
- maturity: active
- function: state-management, developer-tools
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: react-hooks, typescript, debounce, throttle, window-size, async, nodejs

## Member repositories
- jaredLunde/react-hook (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:59.295535+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-30T04:31:25.143492+00:00, confidence not recorded.
  - readme: https://github.com/jaredLunde/react-hook (fetched 2026-08-28T04:04:59.295535+00:00, sha 2c87a7d36f96)
- Data as of 2026-08-30T08:39:29.467469+00:00.
