Useful hooks for react JS, super easy to use and can handel all the major user cases.
- Useful hooks for react js.
- Open source Free to use.
npm install @surinderlohat/react-hooks
or
yarn add @surinderlohat/react-hookshttps://surinderlohat.github.io/react-hooks/
| Hook Name | DESCRIPTION | Details |
|---|---|---|
| useLoader | Show loader for async operations | See more |
| usePagination | Manage pagination with easy way | See more |
import { use hook Name here from API Documentation } from '@surinderlohat/react-hooks';
// i.e
import { usePagination } from '@surinderlohat/react-hooks';
MIT Free Software!