Skip to content

surinderlohat/react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 Name DESCRIPTION Details
useLoader Show loader for async operations See more
usePagination Manage pagination with easy way 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!