Performant · Minimal · Lightweight collection of everyday hooks
https://classic-react-hooks.vercel.app/
- A carefully curated set of feature-rich, general-purpose hooks
- High performance with a minimal and lightweight footprint
- Predictable, intuitive APIs designed for natural usage
- Strong TypeScript support with an emphasis on type safety
- Zero third-party dependencies
- Modular and declarative design principles
- Fully tree-shakable for optimal bundling
- Comprehensive, well-structured documentation
- React 18 with TypeScript
- Vitepress for documentation
- Changeset for sementic version releases
- Vitest & React-Testing-Library for testing
- tsdown for build tooling
For npm users
$ npm install classic-react-hooksFor pnpm users
$ pnpm add classic-react-hooksFor deno users
$ deno install classic-react-hooksFor yarn users
$ yarn add classic-react-hooksFor bun users
$ bun add classic-react-hooksSee Contributing Guide.
- This project is licensed under the MIT License - see the LICENSE file for details. Copyright (c) 2022-present, Ashish Prajapati