use-hooks
A collection of reusable React 19 hooks for common UI and interaction patterns
Why use-hooks
Zero Dependencies
The published package has no runtime dependencies of its own — just plain hooks built on React 19's own APIs.
Live Demos
Every hook ships with a working, interactive example right on its docs page — no separate playground to keep in sync.
Typed & Tree-shakeable
Full TypeScript types and per-hook named exports, so bundlers only pull in what a project actually imports.