Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surinderlohat/react-hooks

Useful Hooks for react js
https://github.com/surinderlohat/react-hooks

Last synced: 26 days ago
JSON representation

Useful Hooks for react js

Awesome Lists containing this project

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
1. Useful hooks for react js.
2. Open source Free to use.

## Installation
```sh
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](https://github.com/surinderlohat/react-hooks/blob/main/hooks/loader.md)
| usePagination | Manage pagination with easy way | [See more](https://github.com/surinderlohat/react-hooks/blob/main/hooks/use-pagination.md)

## How to use
```sh
import { use hook Name here from API Documentation } from '@surinderlohat/react-hooks';

// i.e
import { usePagination } from '@surinderlohat/react-hooks';

```

## License
MIT **Free Software!**