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

1.4.19 • 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

🚀 Installation

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

📚 Hooks List

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.

Dependencies (34)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @custom-react-hooks/all

    Weekly Downloads

    219

    Version

    1.4.19

    License

    MIT

    Unpacked Size

    20.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • djkepa