# craig1123/react-recipes

👩‍🍳 A list of React Hooks utility library containing popular customized hooks

Repository: https://github.com/craig1123/react-recipes
Canonical: https://ross.abutalabs.com/products/react-recipes
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, hooks, react-hooks, custom-hooks, react-components, customized-hooks, react-recipes
Last push: 2025-05-23T04:18:36+00:00

## Health v2 (maintenance only)
Score: 33/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 23, release rhythm 8, longevity 100
- inputs: {"age_days": 2505, "days_push": 467, "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 1045, forks 66 (observed 2026-08-28T04:03:21.460915+00:00)

## What it is
React Recipes is a React Hooks utility library offering a collection of popular custom hooks such as useDarkMode, useDebounce, useCookie, and useAsync. It is distributed as an npm package to simplify common React patterns.

## Use cases
- add dark mode toggle to a react app
- debounce user input in react
- read and write cookies in react components
- handle async operations with react hooks
- copy text to clipboard in react
- measure element dimensions in react

## When to choose
- you want a grab-bag of ready-made custom hooks without writing them yourself
- you need common utilities like debounce, dark mode, or clipboard in a React project

## When to avoid
- you need a single specialized hook and prefer a minimal dependency
- your project does not use React

## Facets
- artifact type: library
- maturity: active
- function: ui-components, state-management, developer-tools
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: react-hooks, custom-hooks, react, utility-library, javascript, nodejs

## Member repositories
- craig1123/react-recipes (main) score 33

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.460915+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-30T07:02:04.307503+00:00, confidence not recorded.
  - readme: https://github.com/craig1123/react-recipes (fetched 2026-08-28T04:03:21.460915+00:00, sha 4e72bd5e808d)
  - registry_npm: https://registry.npmjs.org/react-recipes (fetched 2026-08-29T13:02:50.419243+00:00, sha 374beebbd08a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
