useReactHooks icon indicating copy to clipboard operation
useReactHooks copied to clipboard

useReactHooks is a curated list of custom react hooks that will benefit people in their daily tasks related to development in react.

Results 5 useReactHooks issues
Sort by recently updated
recently updated
newest added

FireStore hook

hacktoberfest-accepted

A simple hook that takes collection URI and any query if asked, and returns the data

enhancement
hacktoberfest

Right now the useFetch hook only supports basic GET requests since it only accepts an URL as parameter. For the hook to be generally useful it should at least support...

enhancement
hacktoberfest

## Describe the issue As of now, there is no website for the repository. There is no way to display a hook or its implementation on the website. ## Describe...

enhancement

What are the the differences from https://github.com/streamich/react-use or https://github.com/antonioru/beautiful-react-hooks or https://github.com/ecomfe/react-hooks ?