0.2.6 • Published 2 years ago

@surinderlohat/react-hooks v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

  1. Useful hooks for react js.
  2. 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 NameDESCRIPTIONDetails
useLoaderShow loader for async operationsSee more
usePaginationManage pagination with easy waySee more
useEffectAfterMountUse to avoid first time call to dependanceSee more
useDebounceEffectHelp to debounce input changeSee 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!

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago