Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)