@caldwell619/react-hooks
v0.0.10
Published
Collection of useful, reusable React hooks
Downloads
35
Readme
React Hooks
A collection of useful React hooks. This package combines the hooks I use the most into one. Several great hook libraries are out there, and I have given credit to them in the source files in which they are used.
This collection is geared towards my usage, but hopefully can work for you too. If not, :man_shrugging:
Installation
# Yarn
yarn add @caldwell619/react-hooks
# NPM
npm install --save @caldwell619/react-hooks
Usage
All hooks can be imported from the root.
import { useSomethingCool } from '@caldwell619/react-hooks'