Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/surinderlohat/react-hooks
- Owner: surinderlohat
- Created: 2022-05-12T09:51:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T06:37:25.000Z (over 2 years ago)
- Last Synced: 2024-11-14T20:47:23.662Z (about 2 months ago)
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!**