@custom-react-hooks/all
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

Custom React Hooks Logo

License GitHub Stars GitHub Forks GitHub Issues

A collection of reusable and well-documented custom React hooks for supercharging your React applications. These hooks cover a wide range of functionalities, making it easier for you to build dynamic and interactive user interfaces.

Custom React Hooks Library

Website

https://custom-react-hooks-live.vercel.app/

Github

https://github.com/djkepa/custom-react-hooks

🌟 Table of Contents

Choose and install individual hooks that suit your project needs, or install the entire collection for a full suite of utilities.

Installing All Hooks

If you prefer to have all hooks at your disposal, you can install the entire collection:

npm install @custom-react-hooks/all

or

yarn add @custom-react-hooks/all

Installing Specific Hooks

Each hook is a standalone package, and you can install them individually using npm or yarn:

npm install @custom-react-hooks/use-async

or

yarn add @custom-react-hooks/use-async

Importing the Hook

The useExample hook must be imported using a named import as shown below:

Named Import:

import { useExample } from '@custom-react-hooks/use-example';

This approach ensures that the hook integrates seamlessly into your project, maintaining consistency and predictability in how you use our package.

A list of available hooks and their respective documentation can be found below:

🛠️ Contributing

Your contributions are welcome! Please read our Contributing Guidelines for details on how to submit pull requests, file bugs, and suggest enhancements.

🔗 Links

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependents (0)

Package Sidebar

Install

npm i @custom-react-hooks/all

Weekly Downloads

204

Version

1.5.1

License

MIT

Unpacked Size

19.3 kB

Total Files

5

Last publish

Collaborators

  • djkepa