Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruchernchong/use-fetch
useFetch - React hook helper to use the fetch api
https://github.com/ruchernchong/use-fetch
react-hook typescript
Last synced: about 10 hours ago
JSON representation
useFetch - React hook helper to use the fetch api
- Host: GitHub
- URL: https://github.com/ruchernchong/use-fetch
- Owner: ruchernchong
- License: mit
- Created: 2019-03-23T14:39:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T05:34:23.000Z (2 months ago)
- Last Synced: 2025-01-18T02:40:42.974Z (3 days ago)
- Topics: react-hook, typescript
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UseFetch
A React Hook helper for the `fetch` API
## Installation
```shell
npm install @ruchernchong/use-fetch
yarn add @ruchernchong/use-fetch
pnpm add @ruchernchong/use-fetch
```## Usage
```js
import useFetch from '@ruchernchong/use-fetch'
```