the-react-hooks
v1.0.2
Published
A high-performance React hooks library
Readme
The React Hooks 🪝
A collection of performant, clean, type-safe, and well-tested React Hooks for modern web development. Designed to be lightweight and tree-shakable.
📚 Documentation & Live Examples
We have created a dedicated documentation site with interactive examples and detailed API references.
👉 View Full Documentation & Examples
✨ Features
- 🚀 Lightweight: Tree-shakable support (only import what you use).
- 🛡️ Type-Safe: Written in TypeScript with full type definitions.
- 🧪 Tested: Fully tested with Vitest.
- ⚡ Modern: Optimized for React 18+ and modern browsers.
📦 Installation
npm install the-react-hooks
# or
yarn add the-react-hooks