Skip to content

Ashish-simpleCoder/classic-react-hooks

Repository files navigation

🚀 classic-react-hooks

Performant · Minimal · Lightweight collection of everyday hooks


npm version MIT license. Test classic-react-hooks is released under the MIT license.


Read the Documentation

https://classic-react-hooks.vercel.app/

✨ Features

  • 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

🛠️ Tech Stack

  • React 18 with TypeScript
  • Vitepress for documentation
  • Changeset for sementic version releases
  • Vitest & React-Testing-Library for testing
  • tsdown for build tooling

🚀 Install in your project

For npm users

$ npm install classic-react-hooks

For pnpm users

$ pnpm add classic-react-hooks

For deno users

$ deno install classic-react-hooks

For yarn users

$ yarn add classic-react-hooks

For bun users

$ bun add classic-react-hooks

📝 Contribution

See Contributing Guide.

📄 License

  • This project is licensed under the MIT License - see the LICENSE file for details. Copyright (c) 2022-present, Ashish Prajapati