react-hookz/web
React hooks done right, for browser and SSR. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 3
- age_days: 1969
- days_rel: 38
- days_push: 10
- n_releases_24m: 10
Adoption not part of the score
2213 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
@react-hookz/web is a TypeScript library of general-purpose React hooks built with SSR compatibility in mind. It serves as a spiritual successor to react-use, offering lifecycle, callback, and utility hooks for browser and server-side rendering apps.
Use cases
- debounce or throttle callbacks in React components
- run effects conditionally or with custom dependency comparison
- replace react-use with a maintained hooks library
- use React hooks in SSR applications safely
- handle mount, update, and unmount lifecycle effects
- synchronize state with browser APIs like media queries or local storage
When to choose
- you need a well-typed, tree-shakeable collection of React hooks
- your app uses SSR and hooks must be server-safe
- you want a maintained alternative to react-use
When to avoid
- you are not using React 16.8 or newer
- you need IE11 support
- you only need one niche hook better served by a dedicated package
Facets
library · maturity active
state-management developer-tools web-development frontend browser cross-platform react-hooks ssr-compatible typescript react-use-successor nodejs
2 sources
- readme: https://github.com/react-hookz/web · fetched 2026-08-28 · 8d4dffd7fbc6
- homepage: https://react-hookz.github.io/web/ · fetched 2026-08-29 · a004c8443686
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| react-hookz/web | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem