Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedgaafer/react-custom-hooks
Useful Custom React Hooks
https://github.com/ahmedgaafer/react-custom-hooks
community custom hooks javascript react reactjs
Last synced: 10 days ago
JSON representation
Useful Custom React Hooks
- Host: GitHub
- URL: https://github.com/ahmedgaafer/react-custom-hooks
- Owner: ahmedgaafer
- License: mit
- Created: 2021-11-09T19:03:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T15:14:40.000Z (over 2 years ago)
- Last Synced: 2023-03-10T05:56:28.895Z (almost 2 years ago)
- Topics: community, custom, hooks, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://ahmedgaafer.github.io/react-custom-hooks/
- Size: 981 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Useful React Custom Hooks
In this project we create a set of custom hooks that might be useful
## Currently Available Hooks:
- [useCounter](https://github.com/ahmedgaafer/react-custom-hooks/blob/master/src/Hooks/useCounter.js) A simple counter.
- [useConnect](https://github.com/ahmedgaafer/react-custom-hooks/blob/master/src/Hooks/useConnect.js) Checks if there is a network connection.## To view the hooks in action:
[visit the deployment page](https://ahmedgaafer.github.io/react-custom-hooks/)
## To contribute to this Project:
Read the [contribution guide](https://github.com/ahmedgaafer/react-custom-hooks/blob/master/CONTRIBUTING.md)