@surinderlohat/react-hooks
v0.2.6
Published
Useful hooks for react JS, super easy to use and can handel all the major user cases. ##### Based on the React hooks and reactive programing. #### No extra dependencies pure react js code & lightweight.
Downloads
6
Readme
React Hooks
Useful hooks for react JS, super easy to use and can handel all the major user cases.
Based on the React hooks and reactive programing.
No extra dependencies pure react js code & lightweight.
Features
- Useful hooks for react js.
- Open source Free to use.
Installation
npm install @surinderlohat/react-hooks
or
yarn add @surinderlohat/react-hooks
API Documentation
https://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 | useEffectAfterMount | Use to avoid first time call to dependance | See more | useDebounceEffect | Help to debounce input change | See more
How to use
import { use hook Name here from API Documentation } from '@surinderlohat/react-hooks';
// i.e
import { usePagination } from '@surinderlohat/react-hooks';
License
MIT Free Software!